#FB3CC7

Color #FB3CC7 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FB3CC7

Tints of Razzle Dazzle Rose #FB3CC7

Color information

#FB3CC7 (or 0xFB3CC7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 3C and C7. RGB value is (251,60,199). Sum of RGB (Red+Green+Blue) = 251+60+199=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 60 (23.83% from 255 or 11.76% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3CC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3CC7 is #04C338. Grayscale: #848484. Windows color (decimal): -312121 or 13057275. OLE color: 13057275.

HSL color Cylindrical-coordinate representation of color #FB3CC7: hue angle of 316.34º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3CC7 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB25160199-
CMYK00.760.210.02
HSL316.34º95.98%60.98%-
HSV(B)316.34º76.1%98.43%-
XYZ51.7127.8656.69-
YUV132.95165.28212.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 49.22%
GREEN value IS 60 (23.83% from 255) = 11.76%
BLUE value IS 199 (78.12% from 255) = 39.02%
R=49.22%
G=11.76%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516019900.760.210.02316.3495.9860.98
HexFB3CC704C15213c603d
Octal37374307011425247414075
Binary11111011111100110001110100110010101101001111001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3CC7; }

 p { color: rgb(251,60,199); }

 H1.HeaderClassName
 {
   color: #FB3CC7;
 }
 .AnyTagClassName
 {
   color: #FB3CC7;
 }
</style>
background-color css

<style>
 a { background-color: #FB3CC7; }

 a { background-color: rgb(251,60,199); }

 div.DivClassName
 {
   background-color: #FB3CC7;
 }
 .BgClassName
 {
   background-color: #FB3CC7;
 }
</style>
border-color css

<style>
 span { border-color: #FB3CC7; }

 span { border-color: rgb(251,60,199); }

 td.TdClassName
 {
   border-color: #FB3CC7;
 }
 .TagClassName
 {
   border-color: #FB3CC7;
 }
</style>