Shades of Pink Flamingo #FF5FFF
Tints of Pink Flamingo #FF5FFF
RGB
CMYK
RGB Variations
Color information
#FF5FFF (or 0xFF5FFF) is known color: Pink Flamingo. HEX triplet: FF, 5F and FF. RGB value is (255,95,255). Sum of RGB (Red+Green+Blue) = 255+95+255=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 95 (37.5% from 255 or 15.70% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF5FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5FFF is #00A000. Grayscale: #A0A0A0. Windows color (decimal): -40961 or 16736255. OLE color: 16736255.
HSL color Cylindrical-coordinate representation of color #FF5FFF: hue angle of 300º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FFF is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 255 | - |
| CMYK | 0 | 0.63 | 0 | 0 |
| HSL | 300º | 1% | 0.69% | - |
| HSV(B) | 300º | 0.63% | 1% | - |
| XYZ | 63.38 | 36.66 | 98.34 | - |
| YUV | 161.08 | 181.01 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 255 | 0 | 0.63 | 0 | 0 | 300 | 1 | 0.69 |
| Hex | FF | 5F | FF | 0 | 3F | 0 | 0 | 12C | 64 | 45 |
| Octal | 377 | 137 | 377 | 0 | 77 | 0 | 0 | 454 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11111111 | 0 | 111111 | 0 | 0 | 100101100 | 1100100 | 1000101 |
Color Harmonies of #FF5FFF
Complementary color
Monochromatic Colors of #FF5FFF
Black with #FF5FFF
Text Example
Text Example
White with #FF5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FFF; }
p { color: rgb(255,95,255); }
H1.HeaderClassName
{
color: #FF5FFF;
}
.AnyTagClassName
{
color: #FF5FFF;
}
</style>
background-color css
<style>
a { background-color: #FF5FFF; }
a { background-color: rgb(255,95,255); }
div.DivClassName
{
background-color: #FF5FFF;
}
.BgClassName
{
background-color: #FF5FFF;
}
</style>
border-color css
<style>
span { border-color: #FF5FFF; }
span { border-color: rgb(255,95,255); }
td.TdClassName
{
border-color: #FF5FFF;
}
.TagClassName
{
border-color: #FF5FFF;
}
</style>