Shades of Razzle Dazzle Rose #F51CE0
Tints of Razzle Dazzle Rose #F51CE0
RGB
CMYK
RGB Variations
Color information
#F51CE0 (or 0xF51CE0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1C and E0. RGB value is (245,28,224). Sum of RGB (Red+Green+Blue) = 245+28+224=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 28 (11.33% from 255 or 5.63% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CE0 is #0AE31F. Grayscale: #727272. Windows color (decimal): -713504 or 14687477. OLE color: 14687477.
HSL color Cylindrical-coordinate representation of color #F51CE0: hue angle of 305.81º 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 #F51CE0 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 224 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.04 |
| HSL | 305.81º | 0.92% | 0.54% | - |
| HSV(B) | 305.81º | 0.89% | 0.96% | - |
| XYZ | 51.53 | 25.62 | 72.75 | - |
| YUV | 115.23 | 189.39 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 224 | 0 | 0.89 | 0.09 | 0.04 | 305.81 | 0.92 | 0.54 |
| Hex | F5 | 1C | E0 | 0 | 59 | 9 | 4 | 132 | 5C | 36 |
| Octal | 365 | 34 | 340 | 0 | 131 | 11 | 4 | 462 | 134 | 66 |
| Binary | 11110101 | 11100 | 11100000 | 0 | 1011001 | 1001 | 100 | 100110010 | 1011100 | 110110 |
Color Harmonies of #F51CE0
Complementary color
Monochromatic Colors of #F51CE0
Black with #F51CE0
Text Example
Text Example
White with #F51CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51CE0; }
p { color: rgb(245,28,224); }
H1.HeaderClassName
{
color: #F51CE0;
}
.AnyTagClassName
{
color: #F51CE0;
}
</style>
background-color css
<style>
a { background-color: #F51CE0; }
a { background-color: rgb(245,28,224); }
div.DivClassName
{
background-color: #F51CE0;
}
.BgClassName
{
background-color: #F51CE0;
}
</style>
border-color css
<style>
span { border-color: #F51CE0; }
span { border-color: rgb(245,28,224); }
td.TdClassName
{
border-color: #F51CE0;
}
.TagClassName
{
border-color: #F51CE0;
}
</style>