Shades of Razzle Dazzle Rose #F02ACE
Tints of Razzle Dazzle Rose #F02ACE
RGB
CMYK
RGB Variations
Color information
#F02ACE (or 0xF02ACE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2A and CE. RGB value is (240,42,206). Sum of RGB (Red+Green+Blue) = 240+42+206=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F02ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02ACE is #0FD531. Grayscale: #777777. Windows color (decimal): -1037618 or 13511408. OLE color: 13511408.
HSL color Cylindrical-coordinate representation of color #F02ACE: hue angle of 310.3º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02ACE is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 206 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.06 |
| HSL | 310.3º | 0.87% | 0.55% | - |
| HSV(B) | 310.3º | 0.83% | 0.94% | - |
| XYZ | 47.9 | 24.64 | 60.62 | - |
| YUV | 119.9 | 176.6 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 206 | 0 | 0.82 | 0.14 | 0.06 | 310.3 | 0.87 | 0.55 |
| Hex | F0 | 2A | CE | 0 | 52 | E | 6 | 136 | 57 | 37 |
| Octal | 360 | 52 | 316 | 0 | 122 | 16 | 6 | 466 | 127 | 67 |
| Binary | 11110000 | 101010 | 11001110 | 0 | 1010010 | 1110 | 110 | 100110110 | 1010111 | 110111 |
Color Harmonies of #F02ACE
Complementary color
Monochromatic Colors of #F02ACE
Black with #F02ACE
Text Example
Text Example
White with #F02ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02ACE; }
p { color: rgb(240,42,206); }
H1.HeaderClassName
{
color: #F02ACE;
}
.AnyTagClassName
{
color: #F02ACE;
}
</style>
background-color css
<style>
a { background-color: #F02ACE; }
a { background-color: rgb(240,42,206); }
div.DivClassName
{
background-color: #F02ACE;
}
.BgClassName
{
background-color: #F02ACE;
}
</style>
border-color css
<style>
span { border-color: #F02ACE; }
span { border-color: rgb(240,42,206); }
td.TdClassName
{
border-color: #F02ACE;
}
.TagClassName
{
border-color: #F02ACE;
}
</style>