Shades of Razzle Dazzle Rose #F72ACB
Tints of Razzle Dazzle Rose #F72ACB
RGB
CMYK
RGB Variations
Color information
#F72ACB (or 0xF72ACB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2A and CB. RGB value is (247,42,203). Sum of RGB (Red+Green+Blue) = 247+42+203=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 42 (16.80% from 255 or 8.54% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F72ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72ACB is #08D534. Grayscale: #797979. Windows color (decimal): -578869 or 13314807. OLE color: 13314807.
HSL color Cylindrical-coordinate representation of color #F72ACB: hue angle of 312.88º 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 #F72ACB is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 42 | 203 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.03 |
| HSL | 312.88º | 0.93% | 0.57% | - |
| HSV(B) | 312.88º | 0.83% | 0.97% | - |
| XYZ | 49.97 | 25.74 | 58.84 | - |
| YUV | 121.65 | 173.92 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 42 | 203 | 0 | 0.83 | 0.18 | 0.03 | 312.88 | 0.93 | 0.57 |
| Hex | F7 | 2A | CB | 0 | 53 | 12 | 3 | 139 | 5D | 39 |
| Octal | 367 | 52 | 313 | 0 | 123 | 22 | 3 | 471 | 135 | 71 |
| Binary | 11110111 | 101010 | 11001011 | 0 | 1010011 | 10010 | 11 | 100111001 | 1011101 | 111001 |
Color Harmonies of #F72ACB
Complementary color
Monochromatic Colors of #F72ACB
Black with #F72ACB
Text Example
Text Example
White with #F72ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72ACB; }
p { color: rgb(247,42,203); }
H1.HeaderClassName
{
color: #F72ACB;
}
.AnyTagClassName
{
color: #F72ACB;
}
</style>
background-color css
<style>
a { background-color: #F72ACB; }
a { background-color: rgb(247,42,203); }
div.DivClassName
{
background-color: #F72ACB;
}
.BgClassName
{
background-color: #F72ACB;
}
</style>
border-color css
<style>
span { border-color: #F72ACB; }
span { border-color: rgb(247,42,203); }
td.TdClassName
{
border-color: #F72ACB;
}
.TagClassName
{
border-color: #F72ACB;
}
</style>