Shades of Razzle Dazzle Rose #F51BDC
Tints of Razzle Dazzle Rose #F51BDC
RGB
CMYK
RGB Variations
Color information
#F51BDC (or 0xF51BDC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1B and DC. RGB value is (245,27,220). Sum of RGB (Red+Green+Blue) = 245+27+220=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 27 (10.94% from 255 or 5.49% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51BDC is #0AE423. Grayscale: #717171. Windows color (decimal): -713764 or 14425077. OLE color: 14425077.
HSL color Cylindrical-coordinate representation of color #F51BDC: hue angle of 306.88º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51BDC is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 220 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.04 |
| HSL | 306.88º | 0.92% | 0.53% | - |
| HSV(B) | 306.88º | 0.89% | 0.96% | - |
| XYZ | 50.97 | 25.36 | 69.92 | - |
| YUV | 114.18 | 187.72 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 220 | 0 | 0.89 | 0.10 | 0.04 | 306.88 | 0.92 | 0.53 |
| Hex | F5 | 1B | DC | 0 | 59 | A | 4 | 133 | 5C | 35 |
| Octal | 365 | 33 | 334 | 0 | 131 | 12 | 4 | 463 | 134 | 65 |
| Binary | 11110101 | 11011 | 11011100 | 0 | 1011001 | 1010 | 100 | 100110011 | 1011100 | 110101 |
Color Harmonies of #F51BDC
Complementary color
Monochromatic Colors of #F51BDC
Black with #F51BDC
Text Example
Text Example
White with #F51BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51BDC; }
p { color: rgb(245,27,220); }
H1.HeaderClassName
{
color: #F51BDC;
}
.AnyTagClassName
{
color: #F51BDC;
}
</style>
background-color css
<style>
a { background-color: #F51BDC; }
a { background-color: rgb(245,27,220); }
div.DivClassName
{
background-color: #F51BDC;
}
.BgClassName
{
background-color: #F51BDC;
}
</style>
border-color css
<style>
span { border-color: #F51BDC; }
span { border-color: rgb(245,27,220); }
td.TdClassName
{
border-color: #F51BDC;
}
.TagClassName
{
border-color: #F51BDC;
}
</style>