Shades of Razzle Dazzle Rose #F03FDB
Tints of Razzle Dazzle Rose #F03FDB
RGB
CMYK
RGB Variations
Color information
#F03FDB (or 0xF03FDB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3F and DB. RGB value is (240,63,219). Sum of RGB (Red+Green+Blue) = 240+63+219=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 63 (25% from 255 or 12.07% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F03FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03FDB is #0FC024. Grayscale: #858585. Windows color (decimal): -1032229 or 14368752. OLE color: 14368752.
HSL color Cylindrical-coordinate representation of color #F03FDB: hue angle of 307.12º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03FDB is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 219 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.06 |
| HSL | 307.12º | 0.86% | 0.59% | - |
| HSV(B) | 307.12º | 0.74% | 0.94% | - |
| XYZ | 50.5 | 27.19 | 69.61 | - |
| YUV | 133.71 | 176.14 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 219 | 0 | 0.74 | 0.09 | 0.06 | 307.12 | 0.86 | 0.59 |
| Hex | F0 | 3F | DB | 0 | 4A | 9 | 6 | 133 | 56 | 3B |
| Octal | 360 | 77 | 333 | 0 | 112 | 11 | 6 | 463 | 126 | 73 |
| Binary | 11110000 | 111111 | 11011011 | 0 | 1001010 | 1001 | 110 | 100110011 | 1010110 | 111011 |
Color Harmonies of #F03FDB
Complementary color
Monochromatic Colors of #F03FDB
Black with #F03FDB
Text Example
Text Example
White with #F03FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03FDB; }
p { color: rgb(240,63,219); }
H1.HeaderClassName
{
color: #F03FDB;
}
.AnyTagClassName
{
color: #F03FDB;
}
</style>
background-color css
<style>
a { background-color: #F03FDB; }
a { background-color: rgb(240,63,219); }
div.DivClassName
{
background-color: #F03FDB;
}
.BgClassName
{
background-color: #F03FDB;
}
</style>
border-color css
<style>
span { border-color: #F03FDB; }
span { border-color: rgb(240,63,219); }
td.TdClassName
{
border-color: #F03FDB;
}
.TagClassName
{
border-color: #F03FDB;
}
</style>