Shades of Razzle Dazzle Rose #F028CC
Tints of Razzle Dazzle Rose #F028CC
RGB
CMYK
RGB Variations
Color information
#F028CC (or 0xF028CC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and CC. RGB value is (240,40,204). Sum of RGB (Red+Green+Blue) = 240+40+204=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F028CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028CC is #0FD733. Grayscale: #767676. Windows color (decimal): -1038132 or 13379824. OLE color: 13379824.
HSL color Cylindrical-coordinate representation of color #F028CC: hue angle of 310.8º 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 #F028CC is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 204 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.06 |
| HSL | 310.8º | 0.87% | 0.55% | - |
| HSV(B) | 310.8º | 0.83% | 0.94% | - |
| XYZ | 47.59 | 24.4 | 59.33 | - |
| YUV | 118.5 | 176.26 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 204 | 0 | 0.83 | 0.15 | 0.06 | 310.8 | 0.87 | 0.55 |
| Hex | F0 | 28 | CC | 0 | 53 | F | 6 | 137 | 57 | 37 |
| Octal | 360 | 50 | 314 | 0 | 123 | 17 | 6 | 467 | 127 | 67 |
| Binary | 11110000 | 101000 | 11001100 | 0 | 1010011 | 1111 | 110 | 100110111 | 1010111 | 110111 |
Color Harmonies of #F028CC
Complementary color
Monochromatic Colors of #F028CC
Black with #F028CC
Text Example
Text Example
White with #F028CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028CC; }
p { color: rgb(240,40,204); }
H1.HeaderClassName
{
color: #F028CC;
}
.AnyTagClassName
{
color: #F028CC;
}
</style>
background-color css
<style>
a { background-color: #F028CC; }
a { background-color: rgb(240,40,204); }
div.DivClassName
{
background-color: #F028CC;
}
.BgClassName
{
background-color: #F028CC;
}
</style>
border-color css
<style>
span { border-color: #F028CC; }
span { border-color: rgb(240,40,204); }
td.TdClassName
{
border-color: #F028CC;
}
.TagClassName
{
border-color: #F028CC;
}
</style>