Shades of Pink Flamingo #FF5FFA
Tints of Pink Flamingo #FF5FFA
RGB
CMYK
RGB Variations
Color information
#FF5FFA (or 0xFF5FFA) is known color: Pink Flamingo. HEX triplet: FF, 5F and FA. RGB value is (255,95,250). Sum of RGB (Red+Green+Blue) = 255+95+250=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 95 (37.5% from 255 or 15.83% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5FFA is #00A005. Grayscale: #A0A0A0. Windows color (decimal): -40966 or 16408575. OLE color: 16408575.
HSL color Cylindrical-coordinate representation of color #FF5FFA: hue angle of 301.88º 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 #FF5FFA is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 250 | - |
| CMYK | 0 | 0.63 | 0.02 | 0 |
| HSL | 301.88º | 1% | 0.69% | - |
| HSV(B) | 301.88º | 0.63% | 1% | - |
| XYZ | 62.59 | 36.35 | 94.16 | - |
| YUV | 160.51 | 178.51 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 250 | 0 | 0.63 | 0.02 | 0 | 301.88 | 1 | 0.69 |
| Hex | FF | 5F | FA | 0 | 3F | 2 | 0 | 12E | 64 | 45 |
| Octal | 377 | 137 | 372 | 0 | 77 | 2 | 0 | 456 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11111010 | 0 | 111111 | 10 | 0 | 100101110 | 1100100 | 1000101 |
Color Harmonies of #FF5FFA
Complementary color
Monochromatic Colors of #FF5FFA
Black with #FF5FFA
Text Example
Text Example
White with #FF5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FFA; }
p { color: rgb(255,95,250); }
H1.HeaderClassName
{
color: #FF5FFA;
}
.AnyTagClassName
{
color: #FF5FFA;
}
</style>
background-color css
<style>
a { background-color: #FF5FFA; }
a { background-color: rgb(255,95,250); }
div.DivClassName
{
background-color: #FF5FFA;
}
.BgClassName
{
background-color: #FF5FFA;
}
</style>
border-color css
<style>
span { border-color: #FF5FFA; }
span { border-color: rgb(255,95,250); }
td.TdClassName
{
border-color: #FF5FFA;
}
.TagClassName
{
border-color: #FF5FFA;
}
</style>