Shades of Pink Flamingo #FF5AFA
Tints of Pink Flamingo #FF5AFA
RGB
CMYK
RGB Variations
Color information
#FF5AFA (or 0xFF5AFA) is known color: Pink Flamingo. HEX triplet: FF, 5A and FA. RGB value is (255,90,250). Sum of RGB (Red+Green+Blue) = 255+90+250=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 90 (35.55% from 255 or 15.13% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5AFA is #00A505. Grayscale: #9D9D9D. Windows color (decimal): -42246 or 16407295. OLE color: 16407295.
HSL color Cylindrical-coordinate representation of color #FF5AFA: hue angle of 301.82º 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 #FF5AFA is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 250 | - |
| CMYK | 0 | 0.65 | 0.02 | 0 |
| HSL | 301.82º | 1% | 0.68% | - |
| HSV(B) | 301.82º | 0.65% | 1% | - |
| XYZ | 62.15 | 35.47 | 94.01 | - |
| YUV | 157.58 | 180.16 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 250 | 0 | 0.65 | 0.02 | 0 | 301.82 | 1 | 0.68 |
| Hex | FF | 5A | FA | 0 | 41 | 2 | 0 | 12E | 64 | 44 |
| Octal | 377 | 132 | 372 | 0 | 101 | 2 | 0 | 456 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11111010 | 0 | 1000001 | 10 | 0 | 100101110 | 1100100 | 1000100 |
Color Harmonies of #FF5AFA
Complementary color
Monochromatic Colors of #FF5AFA
Black with #FF5AFA
Text Example
Text Example
White with #FF5AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AFA; }
p { color: rgb(255,90,250); }
H1.HeaderClassName
{
color: #FF5AFA;
}
.AnyTagClassName
{
color: #FF5AFA;
}
</style>
background-color css
<style>
a { background-color: #FF5AFA; }
a { background-color: rgb(255,90,250); }
div.DivClassName
{
background-color: #FF5AFA;
}
.BgClassName
{
background-color: #FF5AFA;
}
</style>
border-color css
<style>
span { border-color: #FF5AFA; }
span { border-color: rgb(255,90,250); }
td.TdClassName
{
border-color: #FF5AFA;
}
.TagClassName
{
border-color: #FF5AFA;
}
</style>