Shades of Razzle Dazzle Rose #F72CCC
Tints of Razzle Dazzle Rose #F72CCC
RGB
CMYK
RGB Variations
Color information
#F72CCC (or 0xF72CCC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2C and CC. RGB value is (247,44,204). Sum of RGB (Red+Green+Blue) = 247+44+204=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 44 (17.58% from 255 or 8.89% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F72CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72CCC is #08D333. Grayscale: #7A7A7A. Windows color (decimal): -578356 or 13380855. OLE color: 13380855.
HSL color Cylindrical-coordinate representation of color #F72CCC: hue angle of 312.71º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72CCC is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 44 | 204 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.03 |
| HSL | 312.71º | 0.93% | 0.57% | - |
| HSV(B) | 312.71º | 0.82% | 0.97% | - |
| XYZ | 50.16 | 25.94 | 59.49 | - |
| YUV | 122.94 | 173.75 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 44 | 204 | 0 | 0.82 | 0.17 | 0.03 | 312.71 | 0.93 | 0.57 |
| Hex | F7 | 2C | CC | 0 | 52 | 11 | 3 | 139 | 5D | 39 |
| Octal | 367 | 54 | 314 | 0 | 122 | 21 | 3 | 471 | 135 | 71 |
| Binary | 11110111 | 101100 | 11001100 | 0 | 1010010 | 10001 | 11 | 100111001 | 1011101 | 111001 |
Color Harmonies of #F72CCC
Complementary color
Monochromatic Colors of #F72CCC
Black with #F72CCC
Text Example
Text Example
White with #F72CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72CCC; }
p { color: rgb(247,44,204); }
H1.HeaderClassName
{
color: #F72CCC;
}
.AnyTagClassName
{
color: #F72CCC;
}
</style>
background-color css
<style>
a { background-color: #F72CCC; }
a { background-color: rgb(247,44,204); }
div.DivClassName
{
background-color: #F72CCC;
}
.BgClassName
{
background-color: #F72CCC;
}
</style>
border-color css
<style>
span { border-color: #F72CCC; }
span { border-color: rgb(247,44,204); }
td.TdClassName
{
border-color: #F72CCC;
}
.TagClassName
{
border-color: #F72CCC;
}
</style>