Shades of Razzle Dazzle Rose #F028DC
Tints of Razzle Dazzle Rose #F028DC
RGB
CMYK
RGB Variations
Color information
#F028DC (or 0xF028DC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and DC. RGB value is (240,40,220). Sum of RGB (Red+Green+Blue) = 240+40+220=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 40 (16.02% from 255 or 8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F028DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028DC is #0FD723. Grayscale: #777777. Windows color (decimal): -1038116 or 14428400. OLE color: 14428400.
HSL color Cylindrical-coordinate representation of color #F028DC: hue angle of 306º 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 #F028DC is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 220 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.06 |
| HSL | 306º | 0.87% | 0.55% | - |
| HSV(B) | 306º | 0.83% | 0.94% | - |
| XYZ | 49.61 | 25.21 | 69.96 | - |
| YUV | 120.32 | 184.26 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 220 | 0 | 0.83 | 0.08 | 0.06 | 306 | 0.87 | 0.55 |
| Hex | F0 | 28 | DC | 0 | 53 | 8 | 6 | 132 | 57 | 37 |
| Octal | 360 | 50 | 334 | 0 | 123 | 10 | 6 | 462 | 127 | 67 |
| Binary | 11110000 | 101000 | 11011100 | 0 | 1010011 | 1000 | 110 | 100110010 | 1010111 | 110111 |
Color Harmonies of #F028DC
Complementary color
Monochromatic Colors of #F028DC
Black with #F028DC
Text Example
Text Example
White with #F028DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028DC; }
p { color: rgb(240,40,220); }
H1.HeaderClassName
{
color: #F028DC;
}
.AnyTagClassName
{
color: #F028DC;
}
</style>
background-color css
<style>
a { background-color: #F028DC; }
a { background-color: rgb(240,40,220); }
div.DivClassName
{
background-color: #F028DC;
}
.BgClassName
{
background-color: #F028DC;
}
</style>
border-color css
<style>
span { border-color: #F028DC; }
span { border-color: rgb(240,40,220); }
td.TdClassName
{
border-color: #F028DC;
}
.TagClassName
{
border-color: #F028DC;
}
</style>