Shades of Razzle Dazzle Rose #F52CEF
Tints of Razzle Dazzle Rose #F52CEF
RGB
CMYK
RGB Variations
Color information
#F52CEF (or 0xF52CEF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2C and EF. RGB value is (245,44,239). Sum of RGB (Red+Green+Blue) = 245+44+239=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 44 (17.58% from 255 or 8.33% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F52CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52CEF is #0AD310. Grayscale: #7D7D7D. Windows color (decimal): -709393 or 15674613. OLE color: 15674613.
HSL color Cylindrical-coordinate representation of color #F52CEF: hue angle of 301.79º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52CEF is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 44 | 239 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.04 |
| HSL | 301.79º | 0.91% | 0.57% | - |
| HSV(B) | 301.79º | 0.82% | 0.96% | - |
| XYZ | 54.14 | 27.45 | 84.11 | - |
| YUV | 126.33 | 191.59 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 239 | 0 | 0.82 | 0.02 | 0.04 | 301.79 | 0.91 | 0.57 |
| Hex | F5 | 2C | EF | 0 | 52 | 2 | 4 | 12E | 5B | 39 |
| Octal | 365 | 54 | 357 | 0 | 122 | 2 | 4 | 456 | 133 | 71 |
| Binary | 11110101 | 101100 | 11101111 | 0 | 1010010 | 10 | 100 | 100101110 | 1011011 | 111001 |
Color Harmonies of #F52CEF
Complementary color
Monochromatic Colors of #F52CEF
Black with #F52CEF
Text Example
Text Example
White with #F52CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52CEF; }
p { color: rgb(245,44,239); }
H1.HeaderClassName
{
color: #F52CEF;
}
.AnyTagClassName
{
color: #F52CEF;
}
</style>
background-color css
<style>
a { background-color: #F52CEF; }
a { background-color: rgb(245,44,239); }
div.DivClassName
{
background-color: #F52CEF;
}
.BgClassName
{
background-color: #F52CEF;
}
</style>
border-color css
<style>
span { border-color: #F52CEF; }
span { border-color: rgb(245,44,239); }
td.TdClassName
{
border-color: #F52CEF;
}
.TagClassName
{
border-color: #F52CEF;
}
</style>