Shades of Razzle Dazzle Rose #F51BDD
Tints of Razzle Dazzle Rose #F51BDD
RGB
CMYK
RGB Variations
Color information
#F51BDD (or 0xF51BDD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1B and DD. RGB value is (245,27,221). Sum of RGB (Red+Green+Blue) = 245+27+221=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 27 (10.94% from 255 or 5.48% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51BDD is #0AE422. Grayscale: #717171. Windows color (decimal): -713763 or 14490613. OLE color: 14490613.
HSL color Cylindrical-coordinate representation of color #F51BDD: hue angle of 306.61º 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 #F51BDD is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 221 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.04 |
| HSL | 306.61º | 0.92% | 0.53% | - |
| HSV(B) | 306.61º | 0.89% | 0.96% | - |
| XYZ | 51.1 | 25.42 | 70.62 | - |
| YUV | 114.3 | 188.22 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 221 | 0 | 0.89 | 0.10 | 0.04 | 306.61 | 0.92 | 0.53 |
| Hex | F5 | 1B | DD | 0 | 59 | A | 4 | 133 | 5C | 35 |
| Octal | 365 | 33 | 335 | 0 | 131 | 12 | 4 | 463 | 134 | 65 |
| Binary | 11110101 | 11011 | 11011101 | 0 | 1011001 | 1010 | 100 | 100110011 | 1011100 | 110101 |
Color Harmonies of #F51BDD
Complementary color
Monochromatic Colors of #F51BDD
Black with #F51BDD
Text Example
Text Example
White with #F51BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51BDD; }
p { color: rgb(245,27,221); }
H1.HeaderClassName
{
color: #F51BDD;
}
.AnyTagClassName
{
color: #F51BDD;
}
</style>
background-color css
<style>
a { background-color: #F51BDD; }
a { background-color: rgb(245,27,221); }
div.DivClassName
{
background-color: #F51BDD;
}
.BgClassName
{
background-color: #F51BDD;
}
</style>
border-color css
<style>
span { border-color: #F51BDD; }
span { border-color: rgb(245,27,221); }
td.TdClassName
{
border-color: #F51BDD;
}
.TagClassName
{
border-color: #F51BDD;
}
</style>