Shades of Razzle Dazzle Rose #F028D9
Tints of Razzle Dazzle Rose #F028D9
RGB
CMYK
RGB Variations
Color information
#F028D9 (or 0xF028D9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and D9. RGB value is (240,40,217). Sum of RGB (Red+Green+Blue) = 240+40+217=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F028D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028D9 is #0FD726. Grayscale: #777777. Windows color (decimal): -1038119 or 14231792. OLE color: 14231792.
HSL color Cylindrical-coordinate representation of color #F028D9: hue angle of 306.9º 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 #F028D9 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 217 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.06 |
| HSL | 306.9º | 0.87% | 0.55% | - |
| HSV(B) | 306.9º | 0.83% | 0.94% | - |
| XYZ | 49.22 | 25.05 | 67.89 | - |
| YUV | 119.98 | 182.76 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 217 | 0 | 0.83 | 0.10 | 0.06 | 306.9 | 0.87 | 0.55 |
| Hex | F0 | 28 | D9 | 0 | 53 | A | 6 | 133 | 57 | 37 |
| Octal | 360 | 50 | 331 | 0 | 123 | 12 | 6 | 463 | 127 | 67 |
| Binary | 11110000 | 101000 | 11011001 | 0 | 1010011 | 1010 | 110 | 100110011 | 1010111 | 110111 |
Color Harmonies of #F028D9
Complementary color
Monochromatic Colors of #F028D9
Black with #F028D9
Text Example
Text Example
White with #F028D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028D9; }
p { color: rgb(240,40,217); }
H1.HeaderClassName
{
color: #F028D9;
}
.AnyTagClassName
{
color: #F028D9;
}
</style>
background-color css
<style>
a { background-color: #F028D9; }
a { background-color: rgb(240,40,217); }
div.DivClassName
{
background-color: #F028D9;
}
.BgClassName
{
background-color: #F028D9;
}
</style>
border-color css
<style>
span { border-color: #F028D9; }
span { border-color: rgb(240,40,217); }
td.TdClassName
{
border-color: #F028D9;
}
.TagClassName
{
border-color: #F028D9;
}
</style>