#F720D5

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

Shades of Razzle Dazzle Rose #F720D5

Tints of Razzle Dazzle Rose #F720D5

Color information

#F720D5 (or 0xF720D5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 20 and D5. RGB value is (247,32,213). Sum of RGB (Red+Green+Blue) = 247+32+213=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 32 (12.89% from 255 or 6.50% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F720D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F720D5 is #08DF2A. Grayscale: #747474. Windows color (decimal): -581419 or 13967607. OLE color: 13967607.

HSL color Cylindrical-coordinate representation of color #F720D5: hue angle of 309.49º 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 #F720D5 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB24732213-
CMYK00.870.140.03
HSL309.49º93.07%54.71%-
HSV(B)309.49º87.04%96.86%-
XYZ50.8825.6165.21-
YUV116.92182.23220.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.20%
GREEN value IS 32 (12.89% from 255) = 6.50%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=50.20%
G=6.50%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2473221300.870.140.03309.4993.0754.71
HexF720D5057E31355d37
Octal36740325012716346513567
Binary1111011110000011010101010101111110111001101011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F720D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F720D5; }

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

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

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

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

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

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

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

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