Shades of Razzle Dazzle Rose #FF50D6
Tints of Razzle Dazzle Rose #FF50D6
RGB
CMYK
RGB Variations
Color information
#FF50D6 (or 0xFF50D6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 50 and D6. RGB value is (255,80,214). Sum of RGB (Red+Green+Blue) = 255+80+214=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 80 (31.64% from 255 or 14.57% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50D6 is #00AF29. Grayscale: #939393. Windows color (decimal): -44842 or 14045439. OLE color: 14045439.
HSL color Cylindrical-coordinate representation of color #FF50D6: hue angle of 314.06º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF50D6 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 214 | - |
| CMYK | 0 | 0.69 | 0.16 | 0 |
| HSL | 314.06º | 1% | 0.66% | - |
| HSV(B) | 314.06º | 0.69% | 1% | - |
| XYZ | 56.25 | 31.85 | 66.8 | - |
| YUV | 147.6 | 165.48 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 214 | 0 | 0.69 | 0.16 | 0 | 314.06 | 1 | 0.66 |
| Hex | FF | 50 | D6 | 0 | 45 | 10 | 0 | 13A | 64 | 42 |
| Octal | 377 | 120 | 326 | 0 | 105 | 20 | 0 | 472 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11010110 | 0 | 1000101 | 10000 | 0 | 100111010 | 1100100 | 1000010 |
Color Harmonies of #FF50D6
Complementary color
Monochromatic Colors of #FF50D6
Black with #FF50D6
Text Example
Text Example
White with #FF50D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50D6; }
p { color: rgb(255,80,214); }
H1.HeaderClassName
{
color: #FF50D6;
}
.AnyTagClassName
{
color: #FF50D6;
}
</style>
background-color css
<style>
a { background-color: #FF50D6; }
a { background-color: rgb(255,80,214); }
div.DivClassName
{
background-color: #FF50D6;
}
.BgClassName
{
background-color: #FF50D6;
}
</style>
border-color css
<style>
span { border-color: #FF50D6; }
span { border-color: rgb(255,80,214); }
td.TdClassName
{
border-color: #FF50D6;
}
.TagClassName
{
border-color: #FF50D6;
}
</style>