Shades of Razzle Dazzle Rose #F028D3
Tints of Razzle Dazzle Rose #F028D3
RGB
CMYK
RGB Variations
Color information
#F028D3 (or 0xF028D3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and D3. RGB value is (240,40,211). Sum of RGB (Red+Green+Blue) = 240+40+211=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F028D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028D3 is #0FD72C. Grayscale: #767676. Windows color (decimal): -1038125 or 13838576. OLE color: 13838576.
HSL color Cylindrical-coordinate representation of color #F028D3: hue angle of 308.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 #F028D3 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 211 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.06 |
| HSL | 308.7º | 0.87% | 0.55% | - |
| HSV(B) | 308.7º | 0.83% | 0.94% | - |
| XYZ | 48.45 | 24.75 | 63.85 | - |
| YUV | 119.29 | 179.76 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 211 | 0 | 0.83 | 0.12 | 0.06 | 308.7 | 0.87 | 0.55 |
| Hex | F0 | 28 | D3 | 0 | 53 | C | 6 | 135 | 57 | 37 |
| Octal | 360 | 50 | 323 | 0 | 123 | 14 | 6 | 465 | 127 | 67 |
| Binary | 11110000 | 101000 | 11010011 | 0 | 1010011 | 1100 | 110 | 100110101 | 1010111 | 110111 |
Color Harmonies of #F028D3
Complementary color
Monochromatic Colors of #F028D3
Black with #F028D3
Text Example
Text Example
White with #F028D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028D3; }
p { color: rgb(240,40,211); }
H1.HeaderClassName
{
color: #F028D3;
}
.AnyTagClassName
{
color: #F028D3;
}
</style>
background-color css
<style>
a { background-color: #F028D3; }
a { background-color: rgb(240,40,211); }
div.DivClassName
{
background-color: #F028D3;
}
.BgClassName
{
background-color: #F028D3;
}
</style>
border-color css
<style>
span { border-color: #F028D3; }
span { border-color: rgb(240,40,211); }
td.TdClassName
{
border-color: #F028D3;
}
.TagClassName
{
border-color: #F028D3;
}
</style>