Shades of Razzle Dazzle Rose #F028D2
Tints of Razzle Dazzle Rose #F028D2
RGB
CMYK
RGB Variations
Color information
#F028D2 (or 0xF028D2) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and D2. RGB value is (240,40,210). Sum of RGB (Red+Green+Blue) = 240+40+210=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F028D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028D2 is #0FD72D. Grayscale: #767676. Windows color (decimal): -1038126 or 13773040. OLE color: 13773040.
HSL color Cylindrical-coordinate representation of color #F028D2: hue angle of 309º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F028D2 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 210 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.06 |
| HSL | 309º | 0.87% | 0.55% | - |
| HSV(B) | 309º | 0.83% | 0.94% | - |
| XYZ | 48.33 | 24.7 | 63.19 | - |
| YUV | 119.18 | 179.26 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 210 | 0 | 0.83 | 0.12 | 0.06 | 309 | 0.87 | 0.55 |
| Hex | F0 | 28 | D2 | 0 | 53 | C | 6 | 135 | 57 | 37 |
| Octal | 360 | 50 | 322 | 0 | 123 | 14 | 6 | 465 | 127 | 67 |
| Binary | 11110000 | 101000 | 11010010 | 0 | 1010011 | 1100 | 110 | 100110101 | 1010111 | 110111 |
Color Harmonies of #F028D2
Complementary color
Monochromatic Colors of #F028D2
Black with #F028D2
Text Example
Text Example
White with #F028D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028D2; }
p { color: rgb(240,40,210); }
H1.HeaderClassName
{
color: #F028D2;
}
.AnyTagClassName
{
color: #F028D2;
}
</style>
background-color css
<style>
a { background-color: #F028D2; }
a { background-color: rgb(240,40,210); }
div.DivClassName
{
background-color: #F028D2;
}
.BgClassName
{
background-color: #F028D2;
}
</style>
border-color css
<style>
span { border-color: #F028D2; }
span { border-color: rgb(240,40,210); }
td.TdClassName
{
border-color: #F028D2;
}
.TagClassName
{
border-color: #F028D2;
}
</style>