Shades of Razzle Dazzle Rose #F42FE4
Tints of Razzle Dazzle Rose #F42FE4
RGB
CMYK
RGB Variations
Color information
#F42FE4 (or 0xF42FE4) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2F and E4. RGB value is (244,47,228). Sum of RGB (Red+Green+Blue) = 244+47+228=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 47 (18.75% from 255 or 9.06% from 519); Blue value is 228 (89.45% from 255 or 43.93% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F42FE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42FE4 is #0BD01B. Grayscale: #7E7E7E. Windows color (decimal): -774172 or 14954484. OLE color: 14954484.
HSL color Cylindrical-coordinate representation of color #F42FE4: hue angle of 304.87º degrees, saturation: 0.9, 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 #F42FE4 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 228 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.04 |
| HSL | 304.87º | 0.9% | 0.57% | - |
| HSV(B) | 304.87º | 0.81% | 0.96% | - |
| XYZ | 52.33 | 26.87 | 75.83 | - |
| YUV | 126.54 | 185.27 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 228 | 0 | 0.81 | 0.07 | 0.04 | 304.87 | 0.9 | 0.57 |
| Hex | F4 | 2F | E4 | 0 | 51 | 7 | 4 | 131 | 5A | 39 |
| Octal | 364 | 57 | 344 | 0 | 121 | 7 | 4 | 461 | 132 | 71 |
| Binary | 11110100 | 101111 | 11100100 | 0 | 1010001 | 111 | 100 | 100110001 | 1011010 | 111001 |
Color Harmonies of #F42FE4
Complementary color
Monochromatic Colors of #F42FE4
Black with #F42FE4
Text Example
Text Example
White with #F42FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42FE4; }
p { color: rgb(244,47,228); }
H1.HeaderClassName
{
color: #F42FE4;
}
.AnyTagClassName
{
color: #F42FE4;
}
</style>
background-color css
<style>
a { background-color: #F42FE4; }
a { background-color: rgb(244,47,228); }
div.DivClassName
{
background-color: #F42FE4;
}
.BgClassName
{
background-color: #F42FE4;
}
</style>
border-color css
<style>
span { border-color: #F42FE4; }
span { border-color: rgb(244,47,228); }
td.TdClassName
{
border-color: #F42FE4;
}
.TagClassName
{
border-color: #F42FE4;
}
</style>