Shades of Razzle Dazzle Rose #F52FEF
Tints of Razzle Dazzle Rose #F52FEF
RGB
CMYK
RGB Variations
Color information
#F52FEF (or 0xF52FEF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2F and EF. RGB value is (245,47,239). Sum of RGB (Red+Green+Blue) = 245+47+239=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 47 (18.75% from 255 or 8.85% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F52FEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52FEF is #0AD010. Grayscale: #7F7F7F. Windows color (decimal): -708625 or 15675381. OLE color: 15675381.
HSL color Cylindrical-coordinate representation of color #F52FEF: hue angle of 301.82º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F52FEF is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 47 | 239 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.04 |
| HSL | 301.82º | 0.91% | 0.57% | - |
| HSV(B) | 301.82º | 0.81% | 0.96% | - |
| XYZ | 54.25 | 27.68 | 84.14 | - |
| YUV | 128.09 | 190.6 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 47 | 239 | 0 | 0.81 | 0.02 | 0.04 | 301.82 | 0.91 | 0.57 |
| Hex | F5 | 2F | EF | 0 | 51 | 2 | 4 | 12E | 5B | 39 |
| Octal | 365 | 57 | 357 | 0 | 121 | 2 | 4 | 456 | 133 | 71 |
| Binary | 11110101 | 101111 | 11101111 | 0 | 1010001 | 10 | 100 | 100101110 | 1011011 | 111001 |
Color Harmonies of #F52FEF
Complementary color
Monochromatic Colors of #F52FEF
Black with #F52FEF
Text Example
Text Example
White with #F52FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52FEF; }
p { color: rgb(245,47,239); }
H1.HeaderClassName
{
color: #F52FEF;
}
.AnyTagClassName
{
color: #F52FEF;
}
</style>
background-color css
<style>
a { background-color: #F52FEF; }
a { background-color: rgb(245,47,239); }
div.DivClassName
{
background-color: #F52FEF;
}
.BgClassName
{
background-color: #F52FEF;
}
</style>
border-color css
<style>
span { border-color: #F52FEF; }
span { border-color: rgb(245,47,239); }
td.TdClassName
{
border-color: #F52FEF;
}
.TagClassName
{
border-color: #F52FEF;
}
</style>