#FF3CB6

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

Shades of Razzle Dazzle Rose #FF3CB6

Tints of Razzle Dazzle Rose #FF3CB6

Color information

#FF3CB6 (or 0xFF3CB6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 3C and B6. RGB value is (255,60,182). Sum of RGB (Red+Green+Blue) = 255+60+182=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3CB6 is #00C349. Grayscale: #838383. Windows color (decimal): -49994 or 11943167. OLE color: 11943167.

HSL color Cylindrical-coordinate representation of color #FF3CB6: hue angle of 322.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3CB6 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB25560182-
CMYK00.760.290
HSL322.46º100%61.76%-
HSV(B)322.46º76.47%100%-
XYZ51.327.8746.93-
YUV132.21156.1215.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 60 (23.83% from 255) = 12.07%
BLUE value IS 182 (71.48% from 255) = 36.62%
R=51.31%
G=12.07%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556018200.760.290322.4610061.76
HexFF3CB604C1D0142643e
Octal37774266011435050214476
Binary1111111111110010110110010011001110101010000101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3CB6; }

 p { color: rgb(255,60,182); }

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

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

 a { background-color: rgb(255,60,182); }

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

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

 span { border-color: rgb(255,60,182); }

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