Shades of Razzle Dazzle Rose #F72FCD
Tints of Razzle Dazzle Rose #F72FCD
RGB
CMYK
RGB Variations
Color information
#F72FCD (or 0xF72FCD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2F and CD. RGB value is (247,47,205). Sum of RGB (Red+Green+Blue) = 247+47+205=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 47 (18.75% from 255 or 9.42% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F72FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72FCD is #08D032. Grayscale: #7C7C7C. Windows color (decimal): -577587 or 13447159. OLE color: 13447159.
HSL color Cylindrical-coordinate representation of color #F72FCD: hue angle of 312.6º 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 #F72FCD is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 47 | 205 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.03 |
| HSL | 312.6º | 0.93% | 0.58% | - |
| HSV(B) | 312.6º | 0.81% | 0.97% | - |
| XYZ | 50.39 | 26.21 | 60.16 | - |
| YUV | 124.81 | 173.26 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 47 | 205 | 0 | 0.81 | 0.17 | 0.03 | 312.6 | 0.93 | 0.58 |
| Hex | F7 | 2F | CD | 0 | 51 | 11 | 3 | 139 | 5D | 3A |
| Octal | 367 | 57 | 315 | 0 | 121 | 21 | 3 | 471 | 135 | 72 |
| Binary | 11110111 | 101111 | 11001101 | 0 | 1010001 | 10001 | 11 | 100111001 | 1011101 | 111010 |
Color Harmonies of #F72FCD
Complementary color
Monochromatic Colors of #F72FCD
Black with #F72FCD
Text Example
Text Example
White with #F72FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72FCD; }
p { color: rgb(247,47,205); }
H1.HeaderClassName
{
color: #F72FCD;
}
.AnyTagClassName
{
color: #F72FCD;
}
</style>
background-color css
<style>
a { background-color: #F72FCD; }
a { background-color: rgb(247,47,205); }
div.DivClassName
{
background-color: #F72FCD;
}
.BgClassName
{
background-color: #F72FCD;
}
</style>
border-color css
<style>
span { border-color: #F72FCD; }
span { border-color: rgb(247,47,205); }
td.TdClassName
{
border-color: #F72FCD;
}
.TagClassName
{
border-color: #F72FCD;
}
</style>