Shades of Razzle Dazzle Rose #F51CDF
Tints of Razzle Dazzle Rose #F51CDF
RGB
CMYK
RGB Variations
Color information
#F51CDF (or 0xF51CDF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1C and DF. RGB value is (245,28,223). Sum of RGB (Red+Green+Blue) = 245+28+223=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 28 (11.33% from 255 or 5.65% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CDF is #0AE320. Grayscale: #727272. Windows color (decimal): -713505 or 14621941. OLE color: 14621941.
HSL color Cylindrical-coordinate representation of color #F51CDF: hue angle of 306.08º 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 #F51CDF is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 223 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.04 |
| HSL | 306.08º | 0.92% | 0.54% | - |
| HSV(B) | 306.08º | 0.89% | 0.96% | - |
| XYZ | 51.39 | 25.57 | 72.04 | - |
| YUV | 115.11 | 188.89 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 223 | 0 | 0.89 | 0.09 | 0.04 | 306.08 | 0.92 | 0.54 |
| Hex | F5 | 1C | DF | 0 | 59 | 9 | 4 | 132 | 5C | 36 |
| Octal | 365 | 34 | 337 | 0 | 131 | 11 | 4 | 462 | 134 | 66 |
| Binary | 11110101 | 11100 | 11011111 | 0 | 1011001 | 1001 | 100 | 100110010 | 1011100 | 110110 |
Color Harmonies of #F51CDF
Complementary color
Monochromatic Colors of #F51CDF
Black with #F51CDF
Text Example
Text Example
White with #F51CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51CDF; }
p { color: rgb(245,28,223); }
H1.HeaderClassName
{
color: #F51CDF;
}
.AnyTagClassName
{
color: #F51CDF;
}
</style>
background-color css
<style>
a { background-color: #F51CDF; }
a { background-color: rgb(245,28,223); }
div.DivClassName
{
background-color: #F51CDF;
}
.BgClassName
{
background-color: #F51CDF;
}
</style>
border-color css
<style>
span { border-color: #F51CDF; }
span { border-color: rgb(245,28,223); }
td.TdClassName
{
border-color: #F51CDF;
}
.TagClassName
{
border-color: #F51CDF;
}
</style>