Shades of Razzle Dazzle Rose #F51FDB
Tints of Razzle Dazzle Rose #F51FDB
RGB
CMYK
RGB Variations
Color information
#F51FDB (or 0xF51FDB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1F and DB. RGB value is (245,31,219). Sum of RGB (Red+Green+Blue) = 245+31+219=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 31 (12.5% from 255 or 6.26% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F51FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51FDB is #0AE024. Grayscale: #737373. Windows color (decimal): -712741 or 14360565. OLE color: 14360565.
HSL color Cylindrical-coordinate representation of color #F51FDB: hue angle of 307.29º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F51FDB is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 31 | 219 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.04 |
| HSL | 307.29º | 0.91% | 0.54% | - |
| HSV(B) | 307.29º | 0.87% | 0.96% | - |
| XYZ | 50.93 | 25.51 | 69.26 | - |
| YUV | 116.42 | 185.9 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 31 | 219 | 0 | 0.87 | 0.11 | 0.04 | 307.29 | 0.91 | 0.54 |
| Hex | F5 | 1F | DB | 0 | 57 | B | 4 | 133 | 5B | 36 |
| Octal | 365 | 37 | 333 | 0 | 127 | 13 | 4 | 463 | 133 | 66 |
| Binary | 11110101 | 11111 | 11011011 | 0 | 1010111 | 1011 | 100 | 100110011 | 1011011 | 110110 |
Color Harmonies of #F51FDB
Complementary color
Monochromatic Colors of #F51FDB
Black with #F51FDB
Text Example
Text Example
White with #F51FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51FDB; }
p { color: rgb(245,31,219); }
H1.HeaderClassName
{
color: #F51FDB;
}
.AnyTagClassName
{
color: #F51FDB;
}
</style>
background-color css
<style>
a { background-color: #F51FDB; }
a { background-color: rgb(245,31,219); }
div.DivClassName
{
background-color: #F51FDB;
}
.BgClassName
{
background-color: #F51FDB;
}
</style>
border-color css
<style>
span { border-color: #F51FDB; }
span { border-color: rgb(245,31,219); }
td.TdClassName
{
border-color: #F51FDB;
}
.TagClassName
{
border-color: #F51FDB;
}
</style>