Shades of Razzle Dazzle Rose #F540DB
Tints of Razzle Dazzle Rose #F540DB
RGB
CMYK
RGB Variations
Color information
#F540DB (or 0xF540DB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 40 and DB. RGB value is (245,64,219). Sum of RGB (Red+Green+Blue) = 245+64+219=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 64 (25.39% from 255 or 12.12% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F540DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540DB is #0ABF24. Grayscale: #878787. Windows color (decimal): -704293 or 14369013. OLE color: 14369013.
HSL color Cylindrical-coordinate representation of color #F540DB: hue angle of 308.62º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F540DB is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 219 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.04 |
| HSL | 308.62º | 0.9% | 0.61% | - |
| HSV(B) | 308.62º | 0.74% | 0.96% | - |
| XYZ | 52.28 | 28.19 | 69.7 | - |
| YUV | 135.79 | 174.97 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 219 | 0 | 0.74 | 0.11 | 0.04 | 308.62 | 0.9 | 0.61 |
| Hex | F5 | 40 | DB | 0 | 4A | B | 4 | 135 | 5A | 3D |
| Octal | 365 | 100 | 333 | 0 | 112 | 13 | 4 | 465 | 132 | 75 |
| Binary | 11110101 | 1000000 | 11011011 | 0 | 1001010 | 1011 | 100 | 100110101 | 1011010 | 111101 |
Color Harmonies of #F540DB
Complementary color
Monochromatic Colors of #F540DB
Black with #F540DB
Text Example
Text Example
White with #F540DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540DB; }
p { color: rgb(245,64,219); }
H1.HeaderClassName
{
color: #F540DB;
}
.AnyTagClassName
{
color: #F540DB;
}
</style>
background-color css
<style>
a { background-color: #F540DB; }
a { background-color: rgb(245,64,219); }
div.DivClassName
{
background-color: #F540DB;
}
.BgClassName
{
background-color: #F540DB;
}
</style>
border-color css
<style>
span { border-color: #F540DB; }
span { border-color: rgb(245,64,219); }
td.TdClassName
{
border-color: #F540DB;
}
.TagClassName
{
border-color: #F540DB;
}
</style>