Shades of Razzle Dazzle Rose #FF50CF
Tints of Razzle Dazzle Rose #FF50CF
RGB
CMYK
RGB Variations
Color information
#FF50CF (or 0xFF50CF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 50 and CF. RGB value is (255,80,207). Sum of RGB (Red+Green+Blue) = 255+80+207=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50CF is #00AF30. Grayscale: #929292. Windows color (decimal): -44849 or 13586687. OLE color: 13586687.
HSL color Cylindrical-coordinate representation of color #FF50CF: hue angle of 316.46º 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 #FF50CF is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 207 | - |
| CMYK | 0 | 0.69 | 0.19 | 0 |
| HSL | 316.46º | 1% | 0.66% | - |
| HSV(B) | 316.46º | 0.69% | 1% | - |
| XYZ | 55.37 | 31.5 | 62.19 | - |
| YUV | 146.8 | 161.98 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 207 | 0 | 0.69 | 0.19 | 0 | 316.46 | 1 | 0.66 |
| Hex | FF | 50 | CF | 0 | 45 | 13 | 0 | 13C | 64 | 42 |
| Octal | 377 | 120 | 317 | 0 | 105 | 23 | 0 | 474 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11001111 | 0 | 1000101 | 10011 | 0 | 100111100 | 1100100 | 1000010 |
Color Harmonies of #FF50CF
Complementary color
Monochromatic Colors of #FF50CF
Black with #FF50CF
Text Example
Text Example
White with #FF50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50CF; }
p { color: rgb(255,80,207); }
H1.HeaderClassName
{
color: #FF50CF;
}
.AnyTagClassName
{
color: #FF50CF;
}
</style>
background-color css
<style>
a { background-color: #FF50CF; }
a { background-color: rgb(255,80,207); }
div.DivClassName
{
background-color: #FF50CF;
}
.BgClassName
{
background-color: #FF50CF;
}
</style>
border-color css
<style>
span { border-color: #FF50CF; }
span { border-color: rgb(255,80,207); }
td.TdClassName
{
border-color: #FF50CF;
}
.TagClassName
{
border-color: #FF50CF;
}
</style>