Shades of Razzle Dazzle Rose #F51BDA
Tints of Razzle Dazzle Rose #F51BDA
RGB
CMYK
RGB Variations
Color information
#F51BDA (or 0xF51BDA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1B and DA. RGB value is (245,27,218). Sum of RGB (Red+Green+Blue) = 245+27+218=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 27 (10.94% from 255 or 5.51% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51BDA is #0AE425. Grayscale: #717171. Windows color (decimal): -713766 or 14294005. OLE color: 14294005.
HSL color Cylindrical-coordinate representation of color #F51BDA: hue angle of 307.43º 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 #F51BDA is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 218 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.04 |
| HSL | 307.43º | 0.92% | 0.53% | - |
| HSV(B) | 307.43º | 0.89% | 0.96% | - |
| XYZ | 50.7 | 25.26 | 68.53 | - |
| YUV | 113.96 | 186.72 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 218 | 0 | 0.89 | 0.11 | 0.04 | 307.43 | 0.92 | 0.53 |
| Hex | F5 | 1B | DA | 0 | 59 | B | 4 | 133 | 5C | 35 |
| Octal | 365 | 33 | 332 | 0 | 131 | 13 | 4 | 463 | 134 | 65 |
| Binary | 11110101 | 11011 | 11011010 | 0 | 1011001 | 1011 | 100 | 100110011 | 1011100 | 110101 |
Color Harmonies of #F51BDA
Complementary color
Monochromatic Colors of #F51BDA
Black with #F51BDA
Text Example
Text Example
White with #F51BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51BDA; }
p { color: rgb(245,27,218); }
H1.HeaderClassName
{
color: #F51BDA;
}
.AnyTagClassName
{
color: #F51BDA;
}
</style>
background-color css
<style>
a { background-color: #F51BDA; }
a { background-color: rgb(245,27,218); }
div.DivClassName
{
background-color: #F51BDA;
}
.BgClassName
{
background-color: #F51BDA;
}
</style>
border-color css
<style>
span { border-color: #F51BDA; }
span { border-color: rgb(245,27,218); }
td.TdClassName
{
border-color: #F51BDA;
}
.TagClassName
{
border-color: #F51BDA;
}
</style>