#F64DC9

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

Shades of Razzle Dazzle Rose #F64DC9

Tints of Razzle Dazzle Rose #F64DC9

Color information

#F64DC9 (or 0xF64DC9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 4D and C9. RGB value is (246,77,201). Sum of RGB (Red+Green+Blue) = 246+77+201=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DC9 is #09B236. Grayscale: #8D8D8D. Windows color (decimal): -635447 or 13192694. OLE color: 13192694.

HSL color Cylindrical-coordinate representation of color #F64DC9: hue angle of 315.98º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64DC9 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB24677201-
CMYK00.690.180.04
HSL315.98º90.37%63.33%-
HSV(B)315.98º68.7%96.47%-
XYZ51.229.1258.18-
YUV141.67161.49202.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.95%
GREEN value IS 77 (30.47% from 255) = 14.69%
BLUE value IS 201 (78.91% from 255) = 38.36%
R=46.95%
G=14.69%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467720100.690.180.04315.9890.3763.33
HexF64DC904512413c5a3f
Octal366115311010522447413277
Binary1111011010011011100100101000101100101001001111001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64DC9; }

 p { color: rgb(246,77,201); }

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

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

 a { background-color: rgb(246,77,201); }

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

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

 span { border-color: rgb(246,77,201); }

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