Shades of Razzle Dazzle Rose #F52FDB
Tints of Razzle Dazzle Rose #F52FDB
RGB
CMYK
RGB Variations
Color information
#F52FDB (or 0xF52FDB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2F and DB. RGB value is (245,47,219). Sum of RGB (Red+Green+Blue) = 245+47+219=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 47 (18.75% from 255 or 9.20% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F52FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52FDB is #0AD024. Grayscale: #7D7D7D. Windows color (decimal): -708645 or 14364661. OLE color: 14364661.
HSL color Cylindrical-coordinate representation of color #F52FDB: hue angle of 307.88º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F52FDB is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 47 | 219 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.04 |
| HSL | 307.88º | 0.91% | 0.57% | - |
| HSV(B) | 307.88º | 0.81% | 0.96% | - |
| XYZ | 51.46 | 26.56 | 69.43 | - |
| YUV | 125.81 | 180.6 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 47 | 219 | 0 | 0.81 | 0.11 | 0.04 | 307.88 | 0.91 | 0.57 |
| Hex | F5 | 2F | DB | 0 | 51 | B | 4 | 134 | 5B | 39 |
| Octal | 365 | 57 | 333 | 0 | 121 | 13 | 4 | 464 | 133 | 71 |
| Binary | 11110101 | 101111 | 11011011 | 0 | 1010001 | 1011 | 100 | 100110100 | 1011011 | 111001 |
Color Harmonies of #F52FDB
Complementary color
Monochromatic Colors of #F52FDB
Black with #F52FDB
Text Example
Text Example
White with #F52FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52FDB; }
p { color: rgb(245,47,219); }
H1.HeaderClassName
{
color: #F52FDB;
}
.AnyTagClassName
{
color: #F52FDB;
}
</style>
background-color css
<style>
a { background-color: #F52FDB; }
a { background-color: rgb(245,47,219); }
div.DivClassName
{
background-color: #F52FDB;
}
.BgClassName
{
background-color: #F52FDB;
}
</style>
border-color css
<style>
span { border-color: #F52FDB; }
span { border-color: rgb(245,47,219); }
td.TdClassName
{
border-color: #F52FDB;
}
.TagClassName
{
border-color: #F52FDB;
}
</style>