Shades of Razzle Dazzle Rose #F028D0
Tints of Razzle Dazzle Rose #F028D0
RGB
CMYK
RGB Variations
Color information
#F028D0 (or 0xF028D0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and D0. RGB value is (240,40,208). Sum of RGB (Red+Green+Blue) = 240+40+208=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F028D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028D0 is #0FD72F. Grayscale: #767676. Windows color (decimal): -1038128 or 13641968. OLE color: 13641968.
HSL color Cylindrical-coordinate representation of color #F028D0: hue angle of 309.6º 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 #F028D0 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 208 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.06 |
| HSL | 309.6º | 0.87% | 0.55% | - |
| HSV(B) | 309.6º | 0.83% | 0.94% | - |
| XYZ | 48.08 | 24.6 | 61.89 | - |
| YUV | 118.95 | 178.26 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 208 | 0 | 0.83 | 0.13 | 0.06 | 309.6 | 0.87 | 0.55 |
| Hex | F0 | 28 | D0 | 0 | 53 | D | 6 | 136 | 57 | 37 |
| Octal | 360 | 50 | 320 | 0 | 123 | 15 | 6 | 466 | 127 | 67 |
| Binary | 11110000 | 101000 | 11010000 | 0 | 1010011 | 1101 | 110 | 100110110 | 1010111 | 110111 |
Color Harmonies of #F028D0
Complementary color
Monochromatic Colors of #F028D0
Black with #F028D0
Text Example
Text Example
White with #F028D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028D0; }
p { color: rgb(240,40,208); }
H1.HeaderClassName
{
color: #F028D0;
}
.AnyTagClassName
{
color: #F028D0;
}
</style>
background-color css
<style>
a { background-color: #F028D0; }
a { background-color: rgb(240,40,208); }
div.DivClassName
{
background-color: #F028D0;
}
.BgClassName
{
background-color: #F028D0;
}
</style>
border-color css
<style>
span { border-color: #F028D0; }
span { border-color: rgb(240,40,208); }
td.TdClassName
{
border-color: #F028D0;
}
.TagClassName
{
border-color: #F028D0;
}
</style>