Shades of Razzle Dazzle Rose #F03AD3
Tints of Razzle Dazzle Rose #F03AD3
RGB
CMYK
RGB Variations
Color information
#F03AD3 (or 0xF03AD3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3A and D3. RGB value is (240,58,211). Sum of RGB (Red+Green+Blue) = 240+58+211=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F03AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03AD3 is #0FC52C. Grayscale: #818181. Windows color (decimal): -1033517 or 13843184. OLE color: 13843184.
HSL color Cylindrical-coordinate representation of color #F03AD3: hue angle of 309.56º 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 #F03AD3 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 211 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.06 |
| HSL | 309.56º | 0.86% | 0.58% | - |
| HSV(B) | 309.56º | 0.76% | 0.94% | - |
| XYZ | 49.21 | 26.25 | 64.1 | - |
| YUV | 129.86 | 173.8 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 211 | 0 | 0.76 | 0.12 | 0.06 | 309.56 | 0.86 | 0.58 |
| Hex | F0 | 3A | D3 | 0 | 4C | C | 6 | 136 | 56 | 3A |
| Octal | 360 | 72 | 323 | 0 | 114 | 14 | 6 | 466 | 126 | 72 |
| Binary | 11110000 | 111010 | 11010011 | 0 | 1001100 | 1100 | 110 | 100110110 | 1010110 | 111010 |
Color Harmonies of #F03AD3
Complementary color
Monochromatic Colors of #F03AD3
Black with #F03AD3
Text Example
Text Example
White with #F03AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03AD3; }
p { color: rgb(240,58,211); }
H1.HeaderClassName
{
color: #F03AD3;
}
.AnyTagClassName
{
color: #F03AD3;
}
</style>
background-color css
<style>
a { background-color: #F03AD3; }
a { background-color: rgb(240,58,211); }
div.DivClassName
{
background-color: #F03AD3;
}
.BgClassName
{
background-color: #F03AD3;
}
</style>
border-color css
<style>
span { border-color: #F03AD3; }
span { border-color: rgb(240,58,211); }
td.TdClassName
{
border-color: #F03AD3;
}
.TagClassName
{
border-color: #F03AD3;
}
</style>