#F645D9

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

Shades of Razzle Dazzle Rose #F645D9

Tints of Razzle Dazzle Rose #F645D9

Color information

#F645D9 (or 0xF645D9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 45 and D9. RGB value is (246,69,217). Sum of RGB (Red+Green+Blue) = 246+69+217=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 69 (27.34% from 255 or 12.97% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 246 - color contains mainly: red. Hex color #F645D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F645D9 is #09BA26. Grayscale: #8A8A8A. Windows color (decimal): -637479 or 14239222. OLE color: 14239222.

HSL color Cylindrical-coordinate representation of color #F645D9: hue angle of 309.83º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F645D9 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB24669217-
CMYK00.720.120.04
HSL309.83º90.77%61.76%-
HSV(B)309.83º71.95%96.47%-
XYZ52.6628.8668.44-
YUV138.8172.14204.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.24%
GREEN value IS 69 (27.34% from 255) = 12.97%
BLUE value IS 217 (85.16% from 255) = 40.79%
R=46.24%
G=12.97%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466921700.720.120.04309.8390.7761.76
HexF645D9048C41365b3e
Octal366105331011014446613376
Binary111101101000101110110010100100011001001001101101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F645D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F645D9; }

 p { color: rgb(246,69,217); }

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

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

 a { background-color: rgb(246,69,217); }

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

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

 span { border-color: rgb(246,69,217); }

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