Shades of Razzle Dazzle Rose #FF50D5
Tints of Razzle Dazzle Rose #FF50D5
RGB
CMYK
RGB Variations
Color information
#FF50D5 (or 0xFF50D5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 50 and D5. RGB value is (255,80,213). Sum of RGB (Red+Green+Blue) = 255+80+213=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 80 (31.64% from 255 or 14.60% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50D5 is #00AF2A. Grayscale: #939393. Windows color (decimal): -44843 or 13979903. OLE color: 13979903.
HSL color Cylindrical-coordinate representation of color #FF50D5: hue angle of 314.4º 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 #FF50D5 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 213 | - |
| CMYK | 0 | 0.69 | 0.16 | 0 |
| HSL | 314.4º | 1% | 0.66% | - |
| HSV(B) | 314.4º | 0.69% | 1% | - |
| XYZ | 56.12 | 31.8 | 66.13 | - |
| YUV | 147.49 | 164.98 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 213 | 0 | 0.69 | 0.16 | 0 | 314.4 | 1 | 0.66 |
| Hex | FF | 50 | D5 | 0 | 45 | 10 | 0 | 13A | 64 | 42 |
| Octal | 377 | 120 | 325 | 0 | 105 | 20 | 0 | 472 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11010101 | 0 | 1000101 | 10000 | 0 | 100111010 | 1100100 | 1000010 |
Color Harmonies of #FF50D5
Complementary color
Monochromatic Colors of #FF50D5
Black with #FF50D5
Text Example
Text Example
White with #FF50D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50D5; }
p { color: rgb(255,80,213); }
H1.HeaderClassName
{
color: #FF50D5;
}
.AnyTagClassName
{
color: #FF50D5;
}
</style>
background-color css
<style>
a { background-color: #FF50D5; }
a { background-color: rgb(255,80,213); }
div.DivClassName
{
background-color: #FF50D5;
}
.BgClassName
{
background-color: #FF50D5;
}
</style>
border-color css
<style>
span { border-color: #FF50D5; }
span { border-color: rgb(255,80,213); }
td.TdClassName
{
border-color: #FF50D5;
}
.TagClassName
{
border-color: #FF50D5;
}
</style>