Shades of Razzle Dazzle Rose #F42ABC
Tints of Razzle Dazzle Rose #F42ABC
RGB
CMYK
RGB Variations
Color information
#F42ABC (or 0xF42ABC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2A and BC. RGB value is (244,42,188). Sum of RGB (Red+Green+Blue) = 244+42+188=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 42 (16.80% from 255 or 8.86% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F42ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42ABC is #0BD543. Grayscale: #767676. Windows color (decimal): -775492 or 12331764. OLE color: 12331764.
HSL color Cylindrical-coordinate representation of color #F42ABC: hue angle of 316.63º 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 #F42ABC is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 188 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.04 |
| HSL | 316.63º | 0.9% | 0.56% | - |
| HSV(B) | 316.63º | 0.83% | 0.96% | - |
| XYZ | 47.21 | 24.52 | 49.82 | - |
| YUV | 119.04 | 166.92 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 188 | 0 | 0.83 | 0.23 | 0.04 | 316.63 | 0.9 | 0.56 |
| Hex | F4 | 2A | BC | 0 | 53 | 17 | 4 | 13D | 5A | 38 |
| Octal | 364 | 52 | 274 | 0 | 123 | 27 | 4 | 475 | 132 | 70 |
| Binary | 11110100 | 101010 | 10111100 | 0 | 1010011 | 10111 | 100 | 100111101 | 1011010 | 111000 |
Color Harmonies of #F42ABC
Complementary color
Monochromatic Colors of #F42ABC
Black with #F42ABC
Text Example
Text Example
White with #F42ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42ABC; }
p { color: rgb(244,42,188); }
H1.HeaderClassName
{
color: #F42ABC;
}
.AnyTagClassName
{
color: #F42ABC;
}
</style>
background-color css
<style>
a { background-color: #F42ABC; }
a { background-color: rgb(244,42,188); }
div.DivClassName
{
background-color: #F42ABC;
}
.BgClassName
{
background-color: #F42ABC;
}
</style>
border-color css
<style>
span { border-color: #F42ABC; }
span { border-color: rgb(244,42,188); }
td.TdClassName
{
border-color: #F42ABC;
}
.TagClassName
{
border-color: #F42ABC;
}
</style>