Shades of Razzle Dazzle Rose #F022D8
Tints of Razzle Dazzle Rose #F022D8
RGB
CMYK
RGB Variations
Color information
#F022D8 (or 0xF022D8) is known color: Razzle Dazzle Rose. HEX triplet: F0, 22 and D8. RGB value is (240,34,216). Sum of RGB (Red+Green+Blue) = 240+34+216=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 34 (13.67% from 255 or 6.94% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F022D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F022D8 is #0FDD27. Grayscale: #737373. Windows color (decimal): -1039656 or 14164720. OLE color: 14164720.
HSL color Cylindrical-coordinate representation of color #F022D8: hue angle of 306.99º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F022D8 is Cyan = 0, Magento = 0.86, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 216 | - |
| CMYK | 0 | 0.86 | 0.1 | 0.06 |
| HSL | 306.99º | 0.87% | 0.54% | - |
| HSV(B) | 306.99º | 0.86% | 0.94% | - |
| XYZ | 48.9 | 24.63 | 67.14 | - |
| YUV | 116.34 | 184.25 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 216 | 0 | 0.86 | 0.1 | 0.06 | 306.99 | 0.87 | 0.54 |
| Hex | F0 | 22 | D8 | 0 | 56 | A | 6 | 133 | 57 | 36 |
| Octal | 360 | 42 | 330 | 0 | 126 | 12 | 6 | 463 | 127 | 66 |
| Binary | 11110000 | 100010 | 11011000 | 0 | 1010110 | 1010 | 110 | 100110011 | 1010111 | 110110 |
Color Harmonies of #F022D8
Complementary color
Monochromatic Colors of #F022D8
Black with #F022D8
Text Example
Text Example
White with #F022D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F022D8; }
p { color: rgb(240,34,216); }
H1.HeaderClassName
{
color: #F022D8;
}
.AnyTagClassName
{
color: #F022D8;
}
</style>
background-color css
<style>
a { background-color: #F022D8; }
a { background-color: rgb(240,34,216); }
div.DivClassName
{
background-color: #F022D8;
}
.BgClassName
{
background-color: #F022D8;
}
</style>
border-color css
<style>
span { border-color: #F022D8; }
span { border-color: rgb(240,34,216); }
td.TdClassName
{
border-color: #F022D8;
}
.TagClassName
{
border-color: #F022D8;
}
</style>