Shades of Pink Flamingo #FF5AFB
Tints of Pink Flamingo #FF5AFB
RGB
CMYK
RGB Variations
Color information
#FF5AFB (or 0xFF5AFB) is known color: Pink Flamingo. HEX triplet: FF, 5A and FB. RGB value is (255,90,251). Sum of RGB (Red+Green+Blue) = 255+90+251=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 90 (35.55% from 255 or 15.10% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5AFB is #00A504. Grayscale: #9D9D9D. Windows color (decimal): -42245 or 16472831. OLE color: 16472831.
HSL color Cylindrical-coordinate representation of color #FF5AFB: hue angle of 301.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5AFB is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 251 | - |
| CMYK | 0 | 0.65 | 0.02 | 0 |
| HSL | 301.45º | 1% | 0.68% | - |
| HSV(B) | 301.45º | 0.65% | 1% | - |
| XYZ | 62.31 | 35.54 | 94.84 | - |
| YUV | 157.69 | 180.66 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 251 | 0 | 0.65 | 0.02 | 0 | 301.45 | 1 | 0.68 |
| Hex | FF | 5A | FB | 0 | 41 | 2 | 0 | 12D | 64 | 44 |
| Octal | 377 | 132 | 373 | 0 | 101 | 2 | 0 | 455 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11111011 | 0 | 1000001 | 10 | 0 | 100101101 | 1100100 | 1000100 |
Color Harmonies of #FF5AFB
Complementary color
Monochromatic Colors of #FF5AFB
Black with #FF5AFB
Text Example
Text Example
White with #FF5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AFB; }
p { color: rgb(255,90,251); }
H1.HeaderClassName
{
color: #FF5AFB;
}
.AnyTagClassName
{
color: #FF5AFB;
}
</style>
background-color css
<style>
a { background-color: #FF5AFB; }
a { background-color: rgb(255,90,251); }
div.DivClassName
{
background-color: #FF5AFB;
}
.BgClassName
{
background-color: #FF5AFB;
}
</style>
border-color css
<style>
span { border-color: #FF5AFB; }
span { border-color: rgb(255,90,251); }
td.TdClassName
{
border-color: #FF5AFB;
}
.TagClassName
{
border-color: #FF5AFB;
}
</style>