Shades of Razzle Dazzle Rose #FF51D5
Tints of Razzle Dazzle Rose #FF51D5
RGB
CMYK
RGB Variations
Color information
#FF51D5 (or 0xFF51D5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 51 and D5. RGB value is (255,81,213). Sum of RGB (Red+Green+Blue) = 255+81+213=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 81 (32.03% from 255 or 14.75% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF51D5 is #00AE2A. Grayscale: #939393. Windows color (decimal): -44587 or 13980159. OLE color: 13980159.
HSL color Cylindrical-coordinate representation of color #FF51D5: hue angle of 314.48º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF51D5 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 213 | - |
| CMYK | 0 | 0.68 | 0.16 | 0 |
| HSL | 314.48º | 1% | 0.66% | - |
| HSV(B) | 314.48º | 0.68% | 1% | - |
| XYZ | 56.19 | 31.95 | 66.16 | - |
| YUV | 148.07 | 164.65 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 213 | 0 | 0.68 | 0.16 | 0 | 314.48 | 1 | 0.66 |
| Hex | FF | 51 | D5 | 0 | 44 | 10 | 0 | 13A | 64 | 42 |
| Octal | 377 | 121 | 325 | 0 | 104 | 20 | 0 | 472 | 144 | 102 |
| Binary | 11111111 | 1010001 | 11010101 | 0 | 1000100 | 10000 | 0 | 100111010 | 1100100 | 1000010 |
Color Harmonies of #FF51D5
Complementary color
Monochromatic Colors of #FF51D5
Black with #FF51D5
Text Example
Text Example
White with #FF51D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51D5; }
p { color: rgb(255,81,213); }
H1.HeaderClassName
{
color: #FF51D5;
}
.AnyTagClassName
{
color: #FF51D5;
}
</style>
background-color css
<style>
a { background-color: #FF51D5; }
a { background-color: rgb(255,81,213); }
div.DivClassName
{
background-color: #FF51D5;
}
.BgClassName
{
background-color: #FF51D5;
}
</style>
border-color css
<style>
span { border-color: #FF51D5; }
span { border-color: rgb(255,81,213); }
td.TdClassName
{
border-color: #FF51D5;
}
.TagClassName
{
border-color: #FF51D5;
}
</style>