Shades of Razzle Dazzle Rose #F02ADB
Tints of Razzle Dazzle Rose #F02ADB
RGB
CMYK
RGB Variations
Color information
#F02ADB (or 0xF02ADB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2A and DB. RGB value is (240,42,219). Sum of RGB (Red+Green+Blue) = 240+42+219=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 42 (16.80% from 255 or 8.38% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F02ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02ADB is #0FD524. Grayscale: #787878. Windows color (decimal): -1037605 or 14363376. OLE color: 14363376.
HSL color Cylindrical-coordinate representation of color #F02ADB: hue angle of 306.36º 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 #F02ADB is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 219 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.06 |
| HSL | 306.36º | 0.87% | 0.55% | - |
| HSV(B) | 306.36º | 0.83% | 0.94% | - |
| XYZ | 49.55 | 25.3 | 69.29 | - |
| YUV | 121.38 | 183.1 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 219 | 0 | 0.82 | 0.09 | 0.06 | 306.36 | 0.87 | 0.55 |
| Hex | F0 | 2A | DB | 0 | 52 | 9 | 6 | 132 | 57 | 37 |
| Octal | 360 | 52 | 333 | 0 | 122 | 11 | 6 | 462 | 127 | 67 |
| Binary | 11110000 | 101010 | 11011011 | 0 | 1010010 | 1001 | 110 | 100110010 | 1010111 | 110111 |
Color Harmonies of #F02ADB
Complementary color
Monochromatic Colors of #F02ADB
Black with #F02ADB
Text Example
Text Example
White with #F02ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02ADB; }
p { color: rgb(240,42,219); }
H1.HeaderClassName
{
color: #F02ADB;
}
.AnyTagClassName
{
color: #F02ADB;
}
</style>
background-color css
<style>
a { background-color: #F02ADB; }
a { background-color: rgb(240,42,219); }
div.DivClassName
{
background-color: #F02ADB;
}
.BgClassName
{
background-color: #F02ADB;
}
</style>
border-color css
<style>
span { border-color: #F02ADB; }
span { border-color: rgb(240,42,219); }
td.TdClassName
{
border-color: #F02ADB;
}
.TagClassName
{
border-color: #F02ADB;
}
</style>