Shades of Pink Flamingo #FA5FFB
Tints of Pink Flamingo #FA5FFB
RGB
CMYK
RGB Variations
Color information
#FA5FFB (or 0xFA5FFB) is known color: Pink Flamingo. HEX triplet: FA, 5F and FB. RGB value is (250,95,251). Sum of RGB (Red+Green+Blue) = 250+95+251=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 95 (37.5% from 255 or 15.94% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA5FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5FFB is #05A004. Grayscale: #9E9E9E. Windows color (decimal): -368645 or 16474106. OLE color: 16474106.
HSL color Cylindrical-coordinate representation of color #FA5FFB: hue angle of 299.62º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5FFB is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 95 | 251 | - |
| CMYK | 0.00 | 0.62 | 0 | 0.02 |
| HSL | 299.62º | 0.95% | 0.68% | - |
| HSV(B) | 299.62º | 0.62% | 0.98% | - |
| XYZ | 60.93 | 35.47 | 94.9 | - |
| YUV | 159.13 | 179.85 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 95 | 251 | 0.00 | 0.62 | 0 | 0.02 | 299.62 | 0.95 | 0.68 |
| Hex | FA | 5F | FB | 0 | 3E | 0 | 2 | 12C | 5F | 44 |
| Octal | 372 | 137 | 373 | 0 | 76 | 0 | 2 | 454 | 137 | 104 |
| Binary | 11111010 | 1011111 | 11111011 | 0 | 111110 | 0 | 10 | 100101100 | 1011111 | 1000100 |
Color Harmonies of #FA5FFB
Complementary color
Monochromatic Colors of #FA5FFB
Black with #FA5FFB
Text Example
Text Example
White with #FA5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5FFB; }
p { color: rgb(250,95,251); }
H1.HeaderClassName
{
color: #FA5FFB;
}
.AnyTagClassName
{
color: #FA5FFB;
}
</style>
background-color css
<style>
a { background-color: #FA5FFB; }
a { background-color: rgb(250,95,251); }
div.DivClassName
{
background-color: #FA5FFB;
}
.BgClassName
{
background-color: #FA5FFB;
}
</style>
border-color css
<style>
span { border-color: #FA5FFB; }
span { border-color: rgb(250,95,251); }
td.TdClassName
{
border-color: #FA5FFB;
}
.TagClassName
{
border-color: #FA5FFB;
}
</style>