Shades of Razzle Dazzle Rose #F03BDB
Tints of Razzle Dazzle Rose #F03BDB
RGB
CMYK
RGB Variations
Color information
#F03BDB (or 0xF03BDB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3B and DB. RGB value is (240,59,219). Sum of RGB (Red+Green+Blue) = 240+59+219=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 59 (23.44% from 255 or 11.39% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F03BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03BDB is #0FC424. Grayscale: #828282. Windows color (decimal): -1033253 or 14367728. OLE color: 14367728.
HSL color Cylindrical-coordinate representation of color #F03BDB: hue angle of 306.96º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03BDB is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 59 | 219 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.06 |
| HSL | 306.96º | 0.86% | 0.59% | - |
| HSV(B) | 306.96º | 0.75% | 0.94% | - |
| XYZ | 50.29 | 26.77 | 69.53 | - |
| YUV | 131.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 59 | 219 | 0 | 0.75 | 0.09 | 0.06 | 306.96 | 0.86 | 0.59 |
| Hex | F0 | 3B | DB | 0 | 4B | 9 | 6 | 133 | 56 | 3B |
| Octal | 360 | 73 | 333 | 0 | 113 | 11 | 6 | 463 | 126 | 73 |
| Binary | 11110000 | 111011 | 11011011 | 0 | 1001011 | 1001 | 110 | 100110011 | 1010110 | 111011 |
Color Harmonies of #F03BDB
Complementary color
Monochromatic Colors of #F03BDB
Black with #F03BDB
Text Example
Text Example
White with #F03BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03BDB; }
p { color: rgb(240,59,219); }
H1.HeaderClassName
{
color: #F03BDB;
}
.AnyTagClassName
{
color: #F03BDB;
}
</style>
background-color css
<style>
a { background-color: #F03BDB; }
a { background-color: rgb(240,59,219); }
div.DivClassName
{
background-color: #F03BDB;
}
.BgClassName
{
background-color: #F03BDB;
}
</style>
border-color css
<style>
span { border-color: #F03BDB; }
span { border-color: rgb(240,59,219); }
td.TdClassName
{
border-color: #F03BDB;
}
.TagClassName
{
border-color: #F03BDB;
}
</style>