Shades of Razzle Dazzle Rose #F51CE6
Tints of Razzle Dazzle Rose #F51CE6
RGB
CMYK
RGB Variations
Color information
#F51CE6 (or 0xF51CE6) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1C and E6. RGB value is (245,28,230). Sum of RGB (Red+Green+Blue) = 245+28+230=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 28 (11.33% from 255 or 5.57% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51CE6 is #0AE319. Grayscale: #737373. Windows color (decimal): -713498 or 15080693. OLE color: 15080693.
HSL color Cylindrical-coordinate representation of color #F51CE6: hue angle of 304.15º 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 #F51CE6 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 230 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.04 |
| HSL | 304.15º | 0.92% | 0.54% | - |
| HSV(B) | 304.15º | 0.89% | 0.96% | - |
| XYZ | 52.35 | 25.96 | 77.11 | - |
| YUV | 115.91 | 192.39 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 230 | 0 | 0.89 | 0.06 | 0.04 | 304.15 | 0.92 | 0.54 |
| Hex | F5 | 1C | E6 | 0 | 59 | 6 | 4 | 130 | 5C | 36 |
| Octal | 365 | 34 | 346 | 0 | 131 | 6 | 4 | 460 | 134 | 66 |
| Binary | 11110101 | 11100 | 11100110 | 0 | 1011001 | 110 | 100 | 100110000 | 1011100 | 110110 |
Color Harmonies of #F51CE6
Complementary color
Monochromatic Colors of #F51CE6
Black with #F51CE6
Text Example
Text Example
White with #F51CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51CE6; }
p { color: rgb(245,28,230); }
H1.HeaderClassName
{
color: #F51CE6;
}
.AnyTagClassName
{
color: #F51CE6;
}
</style>
background-color css
<style>
a { background-color: #F51CE6; }
a { background-color: rgb(245,28,230); }
div.DivClassName
{
background-color: #F51CE6;
}
.BgClassName
{
background-color: #F51CE6;
}
</style>
border-color css
<style>
span { border-color: #F51CE6; }
span { border-color: rgb(245,28,230); }
td.TdClassName
{
border-color: #F51CE6;
}
.TagClassName
{
border-color: #F51CE6;
}
</style>