Shades of Pink Flamingo #FF5DFF
Tints of Pink Flamingo #FF5DFF
RGB
CMYK
RGB Variations
Color information
#FF5DFF (or 0xFF5DFF) is known color: Pink Flamingo. HEX triplet: FF, 5D and FF. RGB value is (255,93,255). Sum of RGB (Red+Green+Blue) = 255+93+255=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 93 (36.72% from 255 or 15.42% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF5DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5DFF is #00A200. Grayscale: #9F9F9F. Windows color (decimal): -41473 or 16735743. OLE color: 16735743.
HSL color Cylindrical-coordinate representation of color #FF5DFF: hue angle of 300º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5DFF is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 255 | - |
| CMYK | 0 | 0.64 | 0 | 0 |
| HSL | 300º | 1% | 0.68% | - |
| HSV(B) | 300º | 0.64% | 1% | - |
| XYZ | 63.2 | 36.31 | 98.28 | - |
| YUV | 159.91 | 181.67 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 255 | 0 | 0.64 | 0 | 0 | 300 | 1 | 0.68 |
| Hex | FF | 5D | FF | 0 | 40 | 0 | 0 | 12C | 64 | 44 |
| Octal | 377 | 135 | 377 | 0 | 100 | 0 | 0 | 454 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11111111 | 0 | 1000000 | 0 | 0 | 100101100 | 1100100 | 1000100 |
Color Harmonies of #FF5DFF
Complementary color
Monochromatic Colors of #FF5DFF
Black with #FF5DFF
Text Example
Text Example
White with #FF5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DFF; }
p { color: rgb(255,93,255); }
H1.HeaderClassName
{
color: #FF5DFF;
}
.AnyTagClassName
{
color: #FF5DFF;
}
</style>
background-color css
<style>
a { background-color: #FF5DFF; }
a { background-color: rgb(255,93,255); }
div.DivClassName
{
background-color: #FF5DFF;
}
.BgClassName
{
background-color: #FF5DFF;
}
</style>
border-color css
<style>
span { border-color: #FF5DFF; }
span { border-color: rgb(255,93,255); }
td.TdClassName
{
border-color: #FF5DFF;
}
.TagClassName
{
border-color: #FF5DFF;
}
</style>