Shades of Pink Flamingo #FA5CFF
Tints of Pink Flamingo #FA5CFF
RGB
CMYK
RGB Variations
Color information
#FA5CFF (or 0xFA5CFF) is known color: Pink Flamingo. HEX triplet: FA, 5C and FF. RGB value is (250,92,255). Sum of RGB (Red+Green+Blue) = 250+92+255=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 92 (36.33% from 255 or 15.41% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5CFF is #05A300. Grayscale: #9D9D9D. Windows color (decimal): -369409 or 16735482. OLE color: 16735482.
HSL color Cylindrical-coordinate representation of color #FA5CFF: hue angle of 298.16º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5CFF is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 92 | 255 | - |
| CMYK | 0.02 | 0.64 | 0 | 0 |
| HSL | 298.16º | 1% | 0.68% | - |
| HSV(B) | 298.16º | 0.64% | 1% | - |
| XYZ | 61.3 | 35.2 | 98.17 | - |
| YUV | 157.82 | 182.85 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 255 | 0.02 | 0.64 | 0 | 0 | 298.16 | 1 | 0.68 |
| Hex | FA | 5C | FF | 2 | 40 | 0 | 0 | 12A | 64 | 44 |
| Octal | 372 | 134 | 377 | 2 | 100 | 0 | 0 | 452 | 144 | 104 |
| Binary | 11111010 | 1011100 | 11111111 | 10 | 1000000 | 0 | 0 | 100101010 | 1100100 | 1000100 |
Color Harmonies of #FA5CFF
Complementary color
Monochromatic Colors of #FA5CFF
Black with #FA5CFF
Text Example
Text Example
White with #FA5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5CFF; }
p { color: rgb(250,92,255); }
H1.HeaderClassName
{
color: #FA5CFF;
}
.AnyTagClassName
{
color: #FA5CFF;
}
</style>
background-color css
<style>
a { background-color: #FA5CFF; }
a { background-color: rgb(250,92,255); }
div.DivClassName
{
background-color: #FA5CFF;
}
.BgClassName
{
background-color: #FA5CFF;
}
</style>
border-color css
<style>
span { border-color: #FA5CFF; }
span { border-color: rgb(250,92,255); }
td.TdClassName
{
border-color: #FA5CFF;
}
.TagClassName
{
border-color: #FA5CFF;
}
</style>