Shades of Razzle Dazzle Rose #F51BDE
Tints of Razzle Dazzle Rose #F51BDE
RGB
CMYK
RGB Variations
Color information
#F51BDE (or 0xF51BDE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1B and DE. RGB value is (245,27,222). Sum of RGB (Red+Green+Blue) = 245+27+222=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 27 (10.94% from 255 or 5.47% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51BDE is #0AE421. Grayscale: #717171. Windows color (decimal): -713762 or 14556149. OLE color: 14556149.
HSL color Cylindrical-coordinate representation of color #F51BDE: hue angle of 306.33º 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 #F51BDE is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 222 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.04 |
| HSL | 306.33º | 0.92% | 0.53% | - |
| HSV(B) | 306.33º | 0.89% | 0.96% | - |
| XYZ | 51.23 | 25.47 | 71.32 | - |
| YUV | 114.41 | 188.72 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 222 | 0 | 0.89 | 0.09 | 0.04 | 306.33 | 0.92 | 0.53 |
| Hex | F5 | 1B | DE | 0 | 59 | 9 | 4 | 132 | 5C | 35 |
| Octal | 365 | 33 | 336 | 0 | 131 | 11 | 4 | 462 | 134 | 65 |
| Binary | 11110101 | 11011 | 11011110 | 0 | 1011001 | 1001 | 100 | 100110010 | 1011100 | 110101 |
Color Harmonies of #F51BDE
Complementary color
Monochromatic Colors of #F51BDE
Black with #F51BDE
Text Example
Text Example
White with #F51BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51BDE; }
p { color: rgb(245,27,222); }
H1.HeaderClassName
{
color: #F51BDE;
}
.AnyTagClassName
{
color: #F51BDE;
}
</style>
background-color css
<style>
a { background-color: #F51BDE; }
a { background-color: rgb(245,27,222); }
div.DivClassName
{
background-color: #F51BDE;
}
.BgClassName
{
background-color: #F51BDE;
}
</style>
border-color css
<style>
span { border-color: #F51BDE; }
span { border-color: rgb(245,27,222); }
td.TdClassName
{
border-color: #F51BDE;
}
.TagClassName
{
border-color: #F51BDE;
}
</style>