Shades of Razzle Dazzle Rose #F72CEA
Tints of Razzle Dazzle Rose #F72CEA
RGB
CMYK
RGB Variations
Color information
#F72CEA (or 0xF72CEA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2C and EA. RGB value is (247,44,234). Sum of RGB (Red+Green+Blue) = 247+44+234=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 44 (17.58% from 255 or 8.38% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F72CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72CEA is #08D315. Grayscale: #7D7D7D. Windows color (decimal): -578326 or 15346935. OLE color: 15346935.
HSL color Cylindrical-coordinate representation of color #F72CEA: hue angle of 303.84º 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 #F72CEA is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 44 | 234 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.03 |
| HSL | 303.84º | 0.93% | 0.57% | - |
| HSV(B) | 303.84º | 0.82% | 0.97% | - |
| XYZ | 54.11 | 27.52 | 80.3 | - |
| YUV | 126.36 | 188.75 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 44 | 234 | 0 | 0.82 | 0.05 | 0.03 | 303.84 | 0.93 | 0.57 |
| Hex | F7 | 2C | EA | 0 | 52 | 5 | 3 | 130 | 5D | 39 |
| Octal | 367 | 54 | 352 | 0 | 122 | 5 | 3 | 460 | 135 | 71 |
| Binary | 11110111 | 101100 | 11101010 | 0 | 1010010 | 101 | 11 | 100110000 | 1011101 | 111001 |
Color Harmonies of #F72CEA
Complementary color
Monochromatic Colors of #F72CEA
Black with #F72CEA
Text Example
Text Example
White with #F72CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72CEA; }
p { color: rgb(247,44,234); }
H1.HeaderClassName
{
color: #F72CEA;
}
.AnyTagClassName
{
color: #F72CEA;
}
</style>
background-color css
<style>
a { background-color: #F72CEA; }
a { background-color: rgb(247,44,234); }
div.DivClassName
{
background-color: #F72CEA;
}
.BgClassName
{
background-color: #F72CEA;
}
</style>
border-color css
<style>
span { border-color: #F72CEA; }
span { border-color: rgb(247,44,234); }
td.TdClassName
{
border-color: #F72CEA;
}
.TagClassName
{
border-color: #F72CEA;
}
</style>