#F720D6

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

Shades of Razzle Dazzle Rose #F720D6

Tints of Razzle Dazzle Rose #F720D6

Color information

#F720D6 (or 0xF720D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 20 and D6. RGB value is (247,32,214). Sum of RGB (Red+Green+Blue) = 247+32+214=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 32 (12.89% from 255 or 6.49% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F720D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F720D6 is #08DF29. Grayscale: #747474. Windows color (decimal): -581418 or 14033143. OLE color: 14033143.

HSL color Cylindrical-coordinate representation of color #F720D6: hue angle of 309.21º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F720D6 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB24732214-
CMYK00.870.130.03
HSL309.21º93.07%54.71%-
HSV(B)309.21º87.04%96.86%-
XYZ51.0125.6665.88-
YUV117.03182.73220.7-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.10%
GREEN value IS 32 (12.89% from 255) = 6.49%
BLUE value IS 214 (83.98% from 255) = 43.41%
R=50.10%
G=6.49%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2473221400.870.130.03309.2193.0754.71
HexF720D6057D31355d37
Octal36740326012715346513567
Binary1111011110000011010110010101111101111001101011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F720D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F720D6; }

 p { color: rgb(247,32,214); }

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

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

 a { background-color: rgb(247,32,214); }

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

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

 span { border-color: rgb(247,32,214); }

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