Shades of Razzle Dazzle Rose #FF50D9
Tints of Razzle Dazzle Rose #FF50D9
RGB
CMYK
RGB Variations
Color information
#FF50D9 (or 0xFF50D9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 50 and D9. RGB value is (255,80,217). Sum of RGB (Red+Green+Blue) = 255+80+217=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 80 (31.64% from 255 or 14.49% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50D9 is #00AF26. Grayscale: #939393. Windows color (decimal): -44839 or 14242047. OLE color: 14242047.
HSL color Cylindrical-coordinate representation of color #FF50D9: hue angle of 313.03º 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 #FF50D9 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 217 | - |
| CMYK | 0 | 0.69 | 0.15 | 0 |
| HSL | 313.03º | 1% | 0.66% | - |
| HSV(B) | 313.03º | 0.69% | 1% | - |
| XYZ | 56.63 | 32.01 | 68.84 | - |
| YUV | 147.94 | 166.98 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 217 | 0 | 0.69 | 0.15 | 0 | 313.03 | 1 | 0.66 |
| Hex | FF | 50 | D9 | 0 | 45 | F | 0 | 139 | 64 | 42 |
| Octal | 377 | 120 | 331 | 0 | 105 | 17 | 0 | 471 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11011001 | 0 | 1000101 | 1111 | 0 | 100111001 | 1100100 | 1000010 |
Color Harmonies of #FF50D9
Complementary color
Monochromatic Colors of #FF50D9
Black with #FF50D9
Text Example
Text Example
White with #FF50D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50D9; }
p { color: rgb(255,80,217); }
H1.HeaderClassName
{
color: #FF50D9;
}
.AnyTagClassName
{
color: #FF50D9;
}
</style>
background-color css
<style>
a { background-color: #FF50D9; }
a { background-color: rgb(255,80,217); }
div.DivClassName
{
background-color: #FF50D9;
}
.BgClassName
{
background-color: #FF50D9;
}
</style>
border-color css
<style>
span { border-color: #FF50D9; }
span { border-color: rgb(255,80,217); }
td.TdClassName
{
border-color: #FF50D9;
}
.TagClassName
{
border-color: #FF50D9;
}
</style>