Shades of Pink Flamingo #FF5FFB
Tints of Pink Flamingo #FF5FFB
RGB
CMYK
RGB Variations
Color information
#FF5FFB (or 0xFF5FFB) is known color: Pink Flamingo. HEX triplet: FF, 5F and FB. RGB value is (255,95,251). Sum of RGB (Red+Green+Blue) = 255+95+251=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 95 (37.5% from 255 or 15.81% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5FFB is #00A004. Grayscale: #A0A0A0. Windows color (decimal): -40965 or 16474111. OLE color: 16474111.
HSL color Cylindrical-coordinate representation of color #FF5FFB: hue angle of 301.5º 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 #FF5FFB is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 251 | - |
| CMYK | 0 | 0.63 | 0.02 | 0 |
| HSL | 301.5º | 1% | 0.69% | - |
| HSV(B) | 301.5º | 0.63% | 1% | - |
| XYZ | 62.74 | 36.41 | 94.99 | - |
| YUV | 160.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 251 | 0 | 0.63 | 0.02 | 0 | 301.5 | 1 | 0.69 |
| Hex | FF | 5F | FB | 0 | 3F | 2 | 0 | 12E | 64 | 45 |
| Octal | 377 | 137 | 373 | 0 | 77 | 2 | 0 | 456 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11111011 | 0 | 111111 | 10 | 0 | 100101110 | 1100100 | 1000101 |
Color Harmonies of #FF5FFB
Complementary color
Monochromatic Colors of #FF5FFB
Black with #FF5FFB
Text Example
Text Example
White with #FF5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FFB; }
p { color: rgb(255,95,251); }
H1.HeaderClassName
{
color: #FF5FFB;
}
.AnyTagClassName
{
color: #FF5FFB;
}
</style>
background-color css
<style>
a { background-color: #FF5FFB; }
a { background-color: rgb(255,95,251); }
div.DivClassName
{
background-color: #FF5FFB;
}
.BgClassName
{
background-color: #FF5FFB;
}
</style>
border-color css
<style>
span { border-color: #FF5FFB; }
span { border-color: rgb(255,95,251); }
td.TdClassName
{
border-color: #FF5FFB;
}
.TagClassName
{
border-color: #FF5FFB;
}
</style>