Shades of Razzle Dazzle Rose #F028CE
Tints of Razzle Dazzle Rose #F028CE
RGB
CMYK
RGB Variations
Color information
#F028CE (or 0xF028CE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and CE. RGB value is (240,40,206). Sum of RGB (Red+Green+Blue) = 240+40+206=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F028CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028CE is #0FD731. Grayscale: #767676. Windows color (decimal): -1038130 or 13510896. OLE color: 13510896.
HSL color Cylindrical-coordinate representation of color #F028CE: hue angle of 310.2º 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 #F028CE is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 206 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.06 |
| HSL | 310.2º | 0.87% | 0.55% | - |
| HSV(B) | 310.2º | 0.83% | 0.94% | - |
| XYZ | 47.83 | 24.5 | 60.6 | - |
| YUV | 118.72 | 177.26 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 206 | 0 | 0.83 | 0.14 | 0.06 | 310.2 | 0.87 | 0.55 |
| Hex | F0 | 28 | CE | 0 | 53 | E | 6 | 136 | 57 | 37 |
| Octal | 360 | 50 | 316 | 0 | 123 | 16 | 6 | 466 | 127 | 67 |
| Binary | 11110000 | 101000 | 11001110 | 0 | 1010011 | 1110 | 110 | 100110110 | 1010111 | 110111 |
Color Harmonies of #F028CE
Complementary color
Monochromatic Colors of #F028CE
Black with #F028CE
Text Example
Text Example
White with #F028CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028CE; }
p { color: rgb(240,40,206); }
H1.HeaderClassName
{
color: #F028CE;
}
.AnyTagClassName
{
color: #F028CE;
}
</style>
background-color css
<style>
a { background-color: #F028CE; }
a { background-color: rgb(240,40,206); }
div.DivClassName
{
background-color: #F028CE;
}
.BgClassName
{
background-color: #F028CE;
}
</style>
border-color css
<style>
span { border-color: #F028CE; }
span { border-color: rgb(240,40,206); }
td.TdClassName
{
border-color: #F028CE;
}
.TagClassName
{
border-color: #F028CE;
}
</style>