Shades of Razzle Dazzle Rose #F03AD0
Tints of Razzle Dazzle Rose #F03AD0
RGB
CMYK
RGB Variations
Color information
#F03AD0 (or 0xF03AD0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3A and D0. RGB value is (240,58,208). Sum of RGB (Red+Green+Blue) = 240+58+208=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F03AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03AD0 is #0FC52F. Grayscale: #818181. Windows color (decimal): -1033520 or 13646576. OLE color: 13646576.
HSL color Cylindrical-coordinate representation of color #F03AD0: hue angle of 310.55º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03AD0 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 208 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.06 |
| HSL | 310.55º | 0.86% | 0.58% | - |
| HSV(B) | 310.55º | 0.76% | 0.94% | - |
| XYZ | 48.83 | 26.11 | 62.14 | - |
| YUV | 129.52 | 172.3 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 208 | 0 | 0.76 | 0.13 | 0.06 | 310.55 | 0.86 | 0.58 |
| Hex | F0 | 3A | D0 | 0 | 4C | D | 6 | 137 | 56 | 3A |
| Octal | 360 | 72 | 320 | 0 | 114 | 15 | 6 | 467 | 126 | 72 |
| Binary | 11110000 | 111010 | 11010000 | 0 | 1001100 | 1101 | 110 | 100110111 | 1010110 | 111010 |
Color Harmonies of #F03AD0
Complementary color
Monochromatic Colors of #F03AD0
Black with #F03AD0
Text Example
Text Example
White with #F03AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03AD0; }
p { color: rgb(240,58,208); }
H1.HeaderClassName
{
color: #F03AD0;
}
.AnyTagClassName
{
color: #F03AD0;
}
</style>
background-color css
<style>
a { background-color: #F03AD0; }
a { background-color: rgb(240,58,208); }
div.DivClassName
{
background-color: #F03AD0;
}
.BgClassName
{
background-color: #F03AD0;
}
</style>
border-color css
<style>
span { border-color: #F03AD0; }
span { border-color: rgb(240,58,208); }
td.TdClassName
{
border-color: #F03AD0;
}
.TagClassName
{
border-color: #F03AD0;
}
</style>