#F645D8

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

Shades of Razzle Dazzle Rose #F645D8

Tints of Razzle Dazzle Rose #F645D8

Color information

#F645D8 (or 0xF645D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 45 and D8. RGB value is (246,69,216). Sum of RGB (Red+Green+Blue) = 246+69+216=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 69 (27.34% from 255 or 12.99% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F645D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F645D8 is #09BA27. Grayscale: #8A8A8A. Windows color (decimal): -637480 or 14173686. OLE color: 14173686.

HSL color Cylindrical-coordinate representation of color #F645D8: hue angle of 310.17º 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 #F645D8 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB24669216-
CMYK00.720.120.04
HSL310.17º90.77%61.76%-
HSV(B)310.17º71.95%96.47%-
XYZ52.5328.8167.76-
YUV138.68171.64204.55-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.33%
GREEN value IS 69 (27.34% from 255) = 12.99%
BLUE value IS 216 (84.77% from 255) = 40.68%
R=46.33%
G=12.99%
B=40.68%

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
Decimal2466921600.720.120.04310.1790.7761.76
HexF645D8048C41365b3e
Octal366105330011014446613376
Binary111101101000101110110000100100011001001001101101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F645D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F645D8; }

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

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

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

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

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

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

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

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