Shades of Razzle Dazzle Rose #FF51CF
Tints of Razzle Dazzle Rose #FF51CF
RGB
CMYK
RGB Variations
Color information
#FF51CF (or 0xFF51CF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 51 and CF. RGB value is (255,81,207). Sum of RGB (Red+Green+Blue) = 255+81+207=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 81 (32.03% from 255 or 14.92% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF51CF is #00AE30. Grayscale: #939393. Windows color (decimal): -44593 or 13586943. OLE color: 13586943.
HSL color Cylindrical-coordinate representation of color #FF51CF: hue angle of 316.55º 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 #FF51CF is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 207 | - |
| CMYK | 0 | 0.68 | 0.19 | 0 |
| HSL | 316.55º | 1% | 0.66% | - |
| HSV(B) | 316.55º | 0.68% | 1% | - |
| XYZ | 55.44 | 31.65 | 62.22 | - |
| YUV | 147.39 | 161.65 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 207 | 0 | 0.68 | 0.19 | 0 | 316.55 | 1 | 0.66 |
| Hex | FF | 51 | CF | 0 | 44 | 13 | 0 | 13D | 64 | 42 |
| Octal | 377 | 121 | 317 | 0 | 104 | 23 | 0 | 475 | 144 | 102 |
| Binary | 11111111 | 1010001 | 11001111 | 0 | 1000100 | 10011 | 0 | 100111101 | 1100100 | 1000010 |
Color Harmonies of #FF51CF
Complementary color
Monochromatic Colors of #FF51CF
Black with #FF51CF
Text Example
Text Example
White with #FF51CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51CF; }
p { color: rgb(255,81,207); }
H1.HeaderClassName
{
color: #FF51CF;
}
.AnyTagClassName
{
color: #FF51CF;
}
</style>
background-color css
<style>
a { background-color: #FF51CF; }
a { background-color: rgb(255,81,207); }
div.DivClassName
{
background-color: #FF51CF;
}
.BgClassName
{
background-color: #FF51CF;
}
</style>
border-color css
<style>
span { border-color: #FF51CF; }
span { border-color: rgb(255,81,207); }
td.TdClassName
{
border-color: #FF51CF;
}
.TagClassName
{
border-color: #FF51CF;
}
</style>