Shades of Razzle Dazzle Rose #F51CDB
Tints of Razzle Dazzle Rose #F51CDB
RGB
CMYK
RGB Variations
Color information
#F51CDB (or 0xF51CDB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1C and DB. RGB value is (245,28,219). Sum of RGB (Red+Green+Blue) = 245+28+219=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 28 (11.33% from 255 or 5.69% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CDB is #0AE324. Grayscale: #727272. Windows color (decimal): -713509 or 14359797. OLE color: 14359797.
HSL color Cylindrical-coordinate representation of color #F51CDB: hue angle of 307.19º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51CDB is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 219 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.04 |
| HSL | 307.19º | 0.92% | 0.54% | - |
| HSV(B) | 307.19º | 0.89% | 0.96% | - |
| XYZ | 50.86 | 25.36 | 69.23 | - |
| YUV | 114.66 | 186.89 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 219 | 0 | 0.89 | 0.11 | 0.04 | 307.19 | 0.92 | 0.54 |
| Hex | F5 | 1C | DB | 0 | 59 | B | 4 | 133 | 5C | 36 |
| Octal | 365 | 34 | 333 | 0 | 131 | 13 | 4 | 463 | 134 | 66 |
| Binary | 11110101 | 11100 | 11011011 | 0 | 1011001 | 1011 | 100 | 100110011 | 1011100 | 110110 |
Color Harmonies of #F51CDB
Complementary color
Monochromatic Colors of #F51CDB
Black with #F51CDB
Text Example
Text Example
White with #F51CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51CDB; }
p { color: rgb(245,28,219); }
H1.HeaderClassName
{
color: #F51CDB;
}
.AnyTagClassName
{
color: #F51CDB;
}
</style>
background-color css
<style>
a { background-color: #F51CDB; }
a { background-color: rgb(245,28,219); }
div.DivClassName
{
background-color: #F51CDB;
}
.BgClassName
{
background-color: #F51CDB;
}
</style>
border-color css
<style>
span { border-color: #F51CDB; }
span { border-color: rgb(245,28,219); }
td.TdClassName
{
border-color: #F51CDB;
}
.TagClassName
{
border-color: #F51CDB;
}
</style>