Shades of Pink Flamingo #FA5CF1
Tints of Pink Flamingo #FA5CF1
RGB
CMYK
RGB Variations
Color information
#FA5CF1 (or 0xFA5CF1) is known color: Pink Flamingo. HEX triplet: FA, 5C and F1. RGB value is (250,92,241). Sum of RGB (Red+Green+Blue) = 250+92+241=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 92 (36.33% from 255 or 15.78% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5CF1 is #05A30E. Grayscale: #9B9B9B. Windows color (decimal): -369423 or 15817978. OLE color: 15817978.
HSL color Cylindrical-coordinate representation of color #FA5CF1: hue angle of 303.42º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5CF1 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 241 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.02 |
| HSL | 303.42º | 0.94% | 0.67% | - |
| HSV(B) | 303.42º | 0.63% | 0.98% | - |
| XYZ | 59.13 | 34.33 | 86.73 | - |
| YUV | 156.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 241 | 0 | 0.63 | 0.04 | 0.02 | 303.42 | 0.94 | 0.67 |
| Hex | FA | 5C | F1 | 0 | 3F | 4 | 2 | 12F | 5E | 43 |
| Octal | 372 | 134 | 361 | 0 | 77 | 4 | 2 | 457 | 136 | 103 |
| Binary | 11111010 | 1011100 | 11110001 | 0 | 111111 | 100 | 10 | 100101111 | 1011110 | 1000011 |
Color Harmonies of #FA5CF1
Complementary color
Monochromatic Colors of #FA5CF1
Black with #FA5CF1
Text Example
Text Example
White with #FA5CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5CF1; }
p { color: rgb(250,92,241); }
H1.HeaderClassName
{
color: #FA5CF1;
}
.AnyTagClassName
{
color: #FA5CF1;
}
</style>
background-color css
<style>
a { background-color: #FA5CF1; }
a { background-color: rgb(250,92,241); }
div.DivClassName
{
background-color: #FA5CF1;
}
.BgClassName
{
background-color: #FA5CF1;
}
</style>
border-color css
<style>
span { border-color: #FA5CF1; }
span { border-color: rgb(250,92,241); }
td.TdClassName
{
border-color: #FA5CF1;
}
.TagClassName
{
border-color: #FA5CF1;
}
</style>