Shades of Razzle Dazzle Rose #FF50C7
Tints of Razzle Dazzle Rose #FF50C7
RGB
CMYK
RGB Variations
Color information
#FF50C7 (or 0xFF50C7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 50 and C7. RGB value is (255,80,199). Sum of RGB (Red+Green+Blue) = 255+80+199=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 80 (31.64% from 255 or 14.98% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50C7 is #00AF38. Grayscale: #919191. Windows color (decimal): -44857 or 13062399. OLE color: 13062399.
HSL color Cylindrical-coordinate representation of color #FF50C7: hue angle of 319.2º 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 #FF50C7 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 199 | - |
| CMYK | 0 | 0.69 | 0.22 | 0 |
| HSL | 319.2º | 1% | 0.66% | - |
| HSV(B) | 319.2º | 0.69% | 1% | - |
| XYZ | 54.42 | 31.12 | 57.17 | - |
| YUV | 145.89 | 157.98 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 199 | 0 | 0.69 | 0.22 | 0 | 319.2 | 1 | 0.66 |
| Hex | FF | 50 | C7 | 0 | 45 | 16 | 0 | 13F | 64 | 42 |
| Octal | 377 | 120 | 307 | 0 | 105 | 26 | 0 | 477 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11000111 | 0 | 1000101 | 10110 | 0 | 100111111 | 1100100 | 1000010 |
Color Harmonies of #FF50C7
Complementary color
Monochromatic Colors of #FF50C7
Black with #FF50C7
Text Example
Text Example
White with #FF50C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50C7; }
p { color: rgb(255,80,199); }
H1.HeaderClassName
{
color: #FF50C7;
}
.AnyTagClassName
{
color: #FF50C7;
}
</style>
background-color css
<style>
a { background-color: #FF50C7; }
a { background-color: rgb(255,80,199); }
div.DivClassName
{
background-color: #FF50C7;
}
.BgClassName
{
background-color: #FF50C7;
}
</style>
border-color css
<style>
span { border-color: #FF50C7; }
span { border-color: rgb(255,80,199); }
td.TdClassName
{
border-color: #FF50C7;
}
.TagClassName
{
border-color: #FF50C7;
}
</style>