Shades of Razzle Dazzle Rose #F42AC0
Tints of Razzle Dazzle Rose #F42AC0
RGB
CMYK
RGB Variations
Color information
#F42AC0 (or 0xF42AC0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2A and C0. RGB value is (244,42,192). Sum of RGB (Red+Green+Blue) = 244+42+192=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F42AC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42AC0 is #0BD53F. Grayscale: #777777. Windows color (decimal): -775488 or 12593908. OLE color: 12593908.
HSL color Cylindrical-coordinate representation of color #F42AC0: hue angle of 315.45º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42AC0 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 192 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.04 |
| HSL | 315.45º | 0.9% | 0.56% | - |
| HSV(B) | 315.45º | 0.83% | 0.96% | - |
| XYZ | 47.65 | 24.69 | 52.12 | - |
| YUV | 119.5 | 168.92 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 192 | 0 | 0.83 | 0.21 | 0.04 | 315.45 | 0.9 | 0.56 |
| Hex | F4 | 2A | C0 | 0 | 53 | 15 | 4 | 13B | 5A | 38 |
| Octal | 364 | 52 | 300 | 0 | 123 | 25 | 4 | 473 | 132 | 70 |
| Binary | 11110100 | 101010 | 11000000 | 0 | 1010011 | 10101 | 100 | 100111011 | 1011010 | 111000 |
Color Harmonies of #F42AC0
Complementary color
Monochromatic Colors of #F42AC0
Black with #F42AC0
Text Example
Text Example
White with #F42AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42AC0; }
p { color: rgb(244,42,192); }
H1.HeaderClassName
{
color: #F42AC0;
}
.AnyTagClassName
{
color: #F42AC0;
}
</style>
background-color css
<style>
a { background-color: #F42AC0; }
a { background-color: rgb(244,42,192); }
div.DivClassName
{
background-color: #F42AC0;
}
.BgClassName
{
background-color: #F42AC0;
}
</style>
border-color css
<style>
span { border-color: #F42AC0; }
span { border-color: rgb(244,42,192); }
td.TdClassName
{
border-color: #F42AC0;
}
.TagClassName
{
border-color: #F42AC0;
}
</style>