Shades of Razzle Dazzle Rose #F53FDB
Tints of Razzle Dazzle Rose #F53FDB
RGB
CMYK
RGB Variations
Color information
#F53FDB (or 0xF53FDB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and DB. RGB value is (245,63,219). Sum of RGB (Red+Green+Blue) = 245+63+219=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 63 (25% from 255 or 11.95% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FDB is #0AC024. Grayscale: #868686. Windows color (decimal): -704549 or 14368757. OLE color: 14368757.
HSL color Cylindrical-coordinate representation of color #F53FDB: hue angle of 308.57º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53FDB is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 219 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.04 |
| HSL | 308.57º | 0.9% | 0.6% | - |
| HSV(B) | 308.57º | 0.74% | 0.96% | - |
| XYZ | 52.22 | 28.08 | 69.69 | - |
| YUV | 135.2 | 175.3 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 219 | 0 | 0.74 | 0.11 | 0.04 | 308.57 | 0.9 | 0.6 |
| Hex | F5 | 3F | DB | 0 | 4A | B | 4 | 135 | 5A | 3C |
| Octal | 365 | 77 | 333 | 0 | 112 | 13 | 4 | 465 | 132 | 74 |
| Binary | 11110101 | 111111 | 11011011 | 0 | 1001010 | 1011 | 100 | 100110101 | 1011010 | 111100 |
Color Harmonies of #F53FDB
Complementary color
Monochromatic Colors of #F53FDB
Black with #F53FDB
Text Example
Text Example
White with #F53FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FDB; }
p { color: rgb(245,63,219); }
H1.HeaderClassName
{
color: #F53FDB;
}
.AnyTagClassName
{
color: #F53FDB;
}
</style>
background-color css
<style>
a { background-color: #F53FDB; }
a { background-color: rgb(245,63,219); }
div.DivClassName
{
background-color: #F53FDB;
}
.BgClassName
{
background-color: #F53FDB;
}
</style>
border-color css
<style>
span { border-color: #F53FDB; }
span { border-color: rgb(245,63,219); }
td.TdClassName
{
border-color: #F53FDB;
}
.TagClassName
{
border-color: #F53FDB;
}
</style>