Shades of Pink Flamingo #FA5FFC
Tints of Pink Flamingo #FA5FFC
RGB
CMYK
RGB Variations
Color information
#FA5FFC (or 0xFA5FFC) is known color: Pink Flamingo. HEX triplet: FA, 5F and FC. RGB value is (250,95,252). Sum of RGB (Red+Green+Blue) = 250+95+252=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 95 (37.5% from 255 or 15.91% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA5FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5FFC is #05A003. Grayscale: #9E9E9E. Windows color (decimal): -368644 or 16539642. OLE color: 16539642.
HSL color Cylindrical-coordinate representation of color #FA5FFC: hue angle of 299.24º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5FFC is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 95 | 252 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.01 |
| HSL | 299.24º | 0.96% | 0.68% | - |
| HSV(B) | 299.24º | 0.62% | 0.99% | - |
| XYZ | 61.09 | 35.54 | 95.74 | - |
| YUV | 159.24 | 180.35 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 95 | 252 | 0.01 | 0.62 | 0 | 0.01 | 299.24 | 0.96 | 0.68 |
| Hex | FA | 5F | FC | 1 | 3E | 0 | 1 | 12B | 60 | 44 |
| Octal | 372 | 137 | 374 | 1 | 76 | 0 | 1 | 453 | 140 | 104 |
| Binary | 11111010 | 1011111 | 11111100 | 1 | 111110 | 0 | 1 | 100101011 | 1100000 | 1000100 |
Color Harmonies of #FA5FFC
Complementary color
Monochromatic Colors of #FA5FFC
Black with #FA5FFC
Text Example
Text Example
White with #FA5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5FFC; }
p { color: rgb(250,95,252); }
H1.HeaderClassName
{
color: #FA5FFC;
}
.AnyTagClassName
{
color: #FA5FFC;
}
</style>
background-color css
<style>
a { background-color: #FA5FFC; }
a { background-color: rgb(250,95,252); }
div.DivClassName
{
background-color: #FA5FFC;
}
.BgClassName
{
background-color: #FA5FFC;
}
</style>
border-color css
<style>
span { border-color: #FA5FFC; }
span { border-color: rgb(250,95,252); }
td.TdClassName
{
border-color: #FA5FFC;
}
.TagClassName
{
border-color: #FA5FFC;
}
</style>