Shades of Razzle Dazzle Rose #F72FDC
Tints of Razzle Dazzle Rose #F72FDC
RGB
CMYK
RGB Variations
Color information
#F72FDC (or 0xF72FDC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2F and DC. RGB value is (247,47,220). Sum of RGB (Red+Green+Blue) = 247+47+220=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 47 (18.75% from 255 or 9.14% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F72FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72FDC is #08D023. Grayscale: #7E7E7E. Windows color (decimal): -577572 or 14430199. OLE color: 14430199.
HSL color Cylindrical-coordinate representation of color #F72FDC: hue angle of 308.1º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72FDC is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 47 | 220 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.03 |
| HSL | 308.1º | 0.93% | 0.58% | - |
| HSV(B) | 308.1º | 0.81% | 0.97% | - |
| XYZ | 52.29 | 26.97 | 70.16 | - |
| YUV | 126.52 | 180.76 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 47 | 220 | 0 | 0.81 | 0.11 | 0.03 | 308.1 | 0.93 | 0.58 |
| Hex | F7 | 2F | DC | 0 | 51 | B | 3 | 134 | 5D | 3A |
| Octal | 367 | 57 | 334 | 0 | 121 | 13 | 3 | 464 | 135 | 72 |
| Binary | 11110111 | 101111 | 11011100 | 0 | 1010001 | 1011 | 11 | 100110100 | 1011101 | 111010 |
Color Harmonies of #F72FDC
Complementary color
Monochromatic Colors of #F72FDC
Black with #F72FDC
Text Example
Text Example
White with #F72FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72FDC; }
p { color: rgb(247,47,220); }
H1.HeaderClassName
{
color: #F72FDC;
}
.AnyTagClassName
{
color: #F72FDC;
}
</style>
background-color css
<style>
a { background-color: #F72FDC; }
a { background-color: rgb(247,47,220); }
div.DivClassName
{
background-color: #F72FDC;
}
.BgClassName
{
background-color: #F72FDC;
}
</style>
border-color css
<style>
span { border-color: #F72FDC; }
span { border-color: rgb(247,47,220); }
td.TdClassName
{
border-color: #F72FDC;
}
.TagClassName
{
border-color: #F72FDC;
}
</style>