Shades of Razzle Dazzle Rose #F03ADF
Tints of Razzle Dazzle Rose #F03ADF
RGB
CMYK
RGB Variations
Color information
#F03ADF (or 0xF03ADF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3A and DF. RGB value is (240,58,223). Sum of RGB (Red+Green+Blue) = 240+58+223=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 58 (23.05% from 255 or 11.13% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F03ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03ADF is #0FC520. Grayscale: #828282. Windows color (decimal): -1033505 or 14629616. OLE color: 14629616.
HSL color Cylindrical-coordinate representation of color #F03ADF: hue angle of 305.6º 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 #F03ADF is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 223 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.06 |
| HSL | 305.6º | 0.86% | 0.58% | - |
| HSV(B) | 305.6º | 0.76% | 0.94% | - |
| XYZ | 50.77 | 26.88 | 72.32 | - |
| YUV | 131.23 | 179.8 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 223 | 0 | 0.76 | 0.07 | 0.06 | 305.6 | 0.86 | 0.58 |
| Hex | F0 | 3A | DF | 0 | 4C | 7 | 6 | 132 | 56 | 3A |
| Octal | 360 | 72 | 337 | 0 | 114 | 7 | 6 | 462 | 126 | 72 |
| Binary | 11110000 | 111010 | 11011111 | 0 | 1001100 | 111 | 110 | 100110010 | 1010110 | 111010 |
Color Harmonies of #F03ADF
Complementary color
Monochromatic Colors of #F03ADF
Black with #F03ADF
Text Example
Text Example
White with #F03ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03ADF; }
p { color: rgb(240,58,223); }
H1.HeaderClassName
{
color: #F03ADF;
}
.AnyTagClassName
{
color: #F03ADF;
}
</style>
background-color css
<style>
a { background-color: #F03ADF; }
a { background-color: rgb(240,58,223); }
div.DivClassName
{
background-color: #F03ADF;
}
.BgClassName
{
background-color: #F03ADF;
}
</style>
border-color css
<style>
span { border-color: #F03ADF; }
span { border-color: rgb(240,58,223); }
td.TdClassName
{
border-color: #F03ADF;
}
.TagClassName
{
border-color: #F03ADF;
}
</style>