Shades of Razzle Dazzle Rose #F028DD
Tints of Razzle Dazzle Rose #F028DD
RGB
CMYK
RGB Variations
Color information
#F028DD (or 0xF028DD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and DD. RGB value is (240,40,221). Sum of RGB (Red+Green+Blue) = 240+40+221=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 40 (16.02% from 255 or 7.98% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F028DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028DD is #0FD722. Grayscale: #777777. Windows color (decimal): -1038115 or 14493936. OLE color: 14493936.
HSL color Cylindrical-coordinate representation of color #F028DD: hue angle of 305.7º 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 #F028DD is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 221 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.06 |
| HSL | 305.7º | 0.87% | 0.55% | - |
| HSV(B) | 305.7º | 0.83% | 0.94% | - |
| XYZ | 49.75 | 25.26 | 70.66 | - |
| YUV | 120.43 | 184.76 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 221 | 0 | 0.83 | 0.08 | 0.06 | 305.7 | 0.87 | 0.55 |
| Hex | F0 | 28 | DD | 0 | 53 | 8 | 6 | 132 | 57 | 37 |
| Octal | 360 | 50 | 335 | 0 | 123 | 10 | 6 | 462 | 127 | 67 |
| Binary | 11110000 | 101000 | 11011101 | 0 | 1010011 | 1000 | 110 | 100110010 | 1010111 | 110111 |
Color Harmonies of #F028DD
Complementary color
Monochromatic Colors of #F028DD
Black with #F028DD
Text Example
Text Example
White with #F028DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028DD; }
p { color: rgb(240,40,221); }
H1.HeaderClassName
{
color: #F028DD;
}
.AnyTagClassName
{
color: #F028DD;
}
</style>
background-color css
<style>
a { background-color: #F028DD; }
a { background-color: rgb(240,40,221); }
div.DivClassName
{
background-color: #F028DD;
}
.BgClassName
{
background-color: #F028DD;
}
</style>
border-color css
<style>
span { border-color: #F028DD; }
span { border-color: rgb(240,40,221); }
td.TdClassName
{
border-color: #F028DD;
}
.TagClassName
{
border-color: #F028DD;
}
</style>