Shades of Razzle Dazzle Rose #F027DB
Tints of Razzle Dazzle Rose #F027DB
RGB
CMYK
RGB Variations
Color information
#F027DB (or 0xF027DB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 27 and DB. RGB value is (240,39,219). Sum of RGB (Red+Green+Blue) = 240+39+219=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F027DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F027DB is #0FD824. Grayscale: #777777. Windows color (decimal): -1038373 or 14362608. OLE color: 14362608.
HSL color Cylindrical-coordinate representation of color #F027DB: hue angle of 306.27º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F027DB is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 39 | 219 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.06 |
| HSL | 306.27º | 0.87% | 0.55% | - |
| HSV(B) | 306.27º | 0.84% | 0.94% | - |
| XYZ | 49.45 | 25.09 | 69.25 | - |
| YUV | 119.62 | 184.09 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 219 | 0 | 0.84 | 0.09 | 0.06 | 306.27 | 0.87 | 0.55 |
| Hex | F0 | 27 | DB | 0 | 54 | 9 | 6 | 132 | 57 | 37 |
| Octal | 360 | 47 | 333 | 0 | 124 | 11 | 6 | 462 | 127 | 67 |
| Binary | 11110000 | 100111 | 11011011 | 0 | 1010100 | 1001 | 110 | 100110010 | 1010111 | 110111 |
Color Harmonies of #F027DB
Complementary color
Monochromatic Colors of #F027DB
Black with #F027DB
Text Example
Text Example
White with #F027DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F027DB; }
p { color: rgb(240,39,219); }
H1.HeaderClassName
{
color: #F027DB;
}
.AnyTagClassName
{
color: #F027DB;
}
</style>
background-color css
<style>
a { background-color: #F027DB; }
a { background-color: rgb(240,39,219); }
div.DivClassName
{
background-color: #F027DB;
}
.BgClassName
{
background-color: #F027DB;
}
</style>
border-color css
<style>
span { border-color: #F027DB; }
span { border-color: rgb(240,39,219); }
td.TdClassName
{
border-color: #F027DB;
}
.TagClassName
{
border-color: #F027DB;
}
</style>