Shades of Razzle Dazzle Rose #F51FDC
Tints of Razzle Dazzle Rose #F51FDC
RGB
CMYK
RGB Variations
Color information
#F51FDC (or 0xF51FDC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1F and DC. RGB value is (245,31,220). Sum of RGB (Red+Green+Blue) = 245+31+220=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 31 (12.5% from 255 or 6.25% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F51FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51FDC is #0AE023. Grayscale: #737373. Windows color (decimal): -712740 or 14426101. OLE color: 14426101.
HSL color Cylindrical-coordinate representation of color #F51FDC: hue angle of 307.01º 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 #F51FDC is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 31 | 220 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.04 |
| HSL | 307.01º | 0.91% | 0.54% | - |
| HSV(B) | 307.01º | 0.87% | 0.96% | - |
| XYZ | 51.06 | 25.56 | 69.95 | - |
| YUV | 116.53 | 186.4 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 31 | 220 | 0 | 0.87 | 0.10 | 0.04 | 307.01 | 0.91 | 0.54 |
| Hex | F5 | 1F | DC | 0 | 57 | A | 4 | 133 | 5B | 36 |
| Octal | 365 | 37 | 334 | 0 | 127 | 12 | 4 | 463 | 133 | 66 |
| Binary | 11110101 | 11111 | 11011100 | 0 | 1010111 | 1010 | 100 | 100110011 | 1011011 | 110110 |
Color Harmonies of #F51FDC
Complementary color
Monochromatic Colors of #F51FDC
Black with #F51FDC
Text Example
Text Example
White with #F51FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51FDC; }
p { color: rgb(245,31,220); }
H1.HeaderClassName
{
color: #F51FDC;
}
.AnyTagClassName
{
color: #F51FDC;
}
</style>
background-color css
<style>
a { background-color: #F51FDC; }
a { background-color: rgb(245,31,220); }
div.DivClassName
{
background-color: #F51FDC;
}
.BgClassName
{
background-color: #F51FDC;
}
</style>
border-color css
<style>
span { border-color: #F51FDC; }
span { border-color: rgb(245,31,220); }
td.TdClassName
{
border-color: #F51FDC;
}
.TagClassName
{
border-color: #F51FDC;
}
</style>