Shades of Razzle Dazzle Rose #F42ADE
Tints of Razzle Dazzle Rose #F42ADE
RGB
CMYK
RGB Variations
Color information
#F42ADE (or 0xF42ADE) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2A and DE. RGB value is (244,42,222). Sum of RGB (Red+Green+Blue) = 244+42+222=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 42 (16.80% from 255 or 8.27% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F42ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42ADE is #0BD521. Grayscale: #7A7A7A. Windows color (decimal): -775458 or 14559988. OLE color: 14559988.
HSL color Cylindrical-coordinate representation of color #F42ADE: hue angle of 306.53º 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 #F42ADE is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 222 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.04 |
| HSL | 306.53º | 0.9% | 0.56% | - |
| HSV(B) | 306.53º | 0.83% | 0.96% | - |
| XYZ | 51.32 | 26.16 | 71.45 | - |
| YUV | 122.92 | 183.92 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 222 | 0 | 0.83 | 0.09 | 0.04 | 306.53 | 0.9 | 0.56 |
| Hex | F4 | 2A | DE | 0 | 53 | 9 | 4 | 133 | 5A | 38 |
| Octal | 364 | 52 | 336 | 0 | 123 | 11 | 4 | 463 | 132 | 70 |
| Binary | 11110100 | 101010 | 11011110 | 0 | 1010011 | 1001 | 100 | 100110011 | 1011010 | 111000 |
Color Harmonies of #F42ADE
Complementary color
Monochromatic Colors of #F42ADE
Black with #F42ADE
Text Example
Text Example
White with #F42ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42ADE; }
p { color: rgb(244,42,222); }
H1.HeaderClassName
{
color: #F42ADE;
}
.AnyTagClassName
{
color: #F42ADE;
}
</style>
background-color css
<style>
a { background-color: #F42ADE; }
a { background-color: rgb(244,42,222); }
div.DivClassName
{
background-color: #F42ADE;
}
.BgClassName
{
background-color: #F42ADE;
}
</style>
border-color css
<style>
span { border-color: #F42ADE; }
span { border-color: rgb(244,42,222); }
td.TdClassName
{
border-color: #F42ADE;
}
.TagClassName
{
border-color: #F42ADE;
}
</style>