Shades of Razzle Dazzle Rose #F72ACC
Tints of Razzle Dazzle Rose #F72ACC
RGB
CMYK
RGB Variations
Color information
#F72ACC (or 0xF72ACC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2A and CC. RGB value is (247,42,204). Sum of RGB (Red+Green+Blue) = 247+42+204=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 42 (16.80% from 255 or 8.52% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F72ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72ACC is #08D533. Grayscale: #797979. Windows color (decimal): -578868 or 13380343. OLE color: 13380343.
HSL color Cylindrical-coordinate representation of color #F72ACC: hue angle of 312.59º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F72ACC is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 42 | 204 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.03 |
| HSL | 312.59º | 0.93% | 0.57% | - |
| HSV(B) | 312.59º | 0.83% | 0.97% | - |
| XYZ | 50.08 | 25.79 | 59.46 | - |
| YUV | 121.76 | 174.42 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 42 | 204 | 0 | 0.83 | 0.17 | 0.03 | 312.59 | 0.93 | 0.57 |
| Hex | F7 | 2A | CC | 0 | 53 | 11 | 3 | 139 | 5D | 39 |
| Octal | 367 | 52 | 314 | 0 | 123 | 21 | 3 | 471 | 135 | 71 |
| Binary | 11110111 | 101010 | 11001100 | 0 | 1010011 | 10001 | 11 | 100111001 | 1011101 | 111001 |
Color Harmonies of #F72ACC
Complementary color
Monochromatic Colors of #F72ACC
Black with #F72ACC
Text Example
Text Example
White with #F72ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72ACC; }
p { color: rgb(247,42,204); }
H1.HeaderClassName
{
color: #F72ACC;
}
.AnyTagClassName
{
color: #F72ACC;
}
</style>
background-color css
<style>
a { background-color: #F72ACC; }
a { background-color: rgb(247,42,204); }
div.DivClassName
{
background-color: #F72ACC;
}
.BgClassName
{
background-color: #F72ACC;
}
</style>
border-color css
<style>
span { border-color: #F72ACC; }
span { border-color: rgb(247,42,204); }
td.TdClassName
{
border-color: #F72ACC;
}
.TagClassName
{
border-color: #F72ACC;
}
</style>