Shades of Razzle Dazzle Rose #F028D1
Tints of Razzle Dazzle Rose #F028D1
RGB
CMYK
RGB Variations
Color information
#F028D1 (or 0xF028D1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and D1. RGB value is (240,40,209). Sum of RGB (Red+Green+Blue) = 240+40+209=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F028D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028D1 is #0FD72E. Grayscale: #767676. Windows color (decimal): -1038127 or 13707504. OLE color: 13707504.
HSL color Cylindrical-coordinate representation of color #F028D1: hue angle of 309.3º 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 #F028D1 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 209 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.06 |
| HSL | 309.3º | 0.87% | 0.55% | - |
| HSV(B) | 309.3º | 0.83% | 0.94% | - |
| XYZ | 48.2 | 24.65 | 62.54 | - |
| YUV | 119.07 | 178.76 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 209 | 0 | 0.83 | 0.13 | 0.06 | 309.3 | 0.87 | 0.55 |
| Hex | F0 | 28 | D1 | 0 | 53 | D | 6 | 135 | 57 | 37 |
| Octal | 360 | 50 | 321 | 0 | 123 | 15 | 6 | 465 | 127 | 67 |
| Binary | 11110000 | 101000 | 11010001 | 0 | 1010011 | 1101 | 110 | 100110101 | 1010111 | 110111 |
Color Harmonies of #F028D1
Complementary color
Monochromatic Colors of #F028D1
Black with #F028D1
Text Example
Text Example
White with #F028D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028D1; }
p { color: rgb(240,40,209); }
H1.HeaderClassName
{
color: #F028D1;
}
.AnyTagClassName
{
color: #F028D1;
}
</style>
background-color css
<style>
a { background-color: #F028D1; }
a { background-color: rgb(240,40,209); }
div.DivClassName
{
background-color: #F028D1;
}
.BgClassName
{
background-color: #F028D1;
}
</style>
border-color css
<style>
span { border-color: #F028D1; }
span { border-color: rgb(240,40,209); }
td.TdClassName
{
border-color: #F028D1;
}
.TagClassName
{
border-color: #F028D1;
}
</style>