Shades of Pink Flamingo #FA5AF2
Tints of Pink Flamingo #FA5AF2
RGB
CMYK
RGB Variations
Color information
#FA5AF2 (or 0xFA5AF2) is known color: Pink Flamingo. HEX triplet: FA, 5A and F2. RGB value is (250,90,242). Sum of RGB (Red+Green+Blue) = 250+90+242=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 90 (35.55% from 255 or 15.46% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5AF2 is #05A50D. Grayscale: #9A9A9A. Windows color (decimal): -369934 or 15883002. OLE color: 15883002.
HSL color Cylindrical-coordinate representation of color #FA5AF2: hue angle of 303º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5AF2 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 242 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.02 |
| HSL | 303º | 0.94% | 0.67% | - |
| HSV(B) | 303º | 0.64% | 0.98% | - |
| XYZ | 59.11 | 34.05 | 87.46 | - |
| YUV | 155.17 | 177.01 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 242 | 0 | 0.64 | 0.03 | 0.02 | 303 | 0.94 | 0.67 |
| Hex | FA | 5A | F2 | 0 | 40 | 3 | 2 | 12F | 5E | 43 |
| Octal | 372 | 132 | 362 | 0 | 100 | 3 | 2 | 457 | 136 | 103 |
| Binary | 11111010 | 1011010 | 11110010 | 0 | 1000000 | 11 | 10 | 100101111 | 1011110 | 1000011 |
Color Harmonies of #FA5AF2
Complementary color
Monochromatic Colors of #FA5AF2
Black with #FA5AF2
Text Example
Text Example
White with #FA5AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5AF2; }
p { color: rgb(250,90,242); }
H1.HeaderClassName
{
color: #FA5AF2;
}
.AnyTagClassName
{
color: #FA5AF2;
}
</style>
background-color css
<style>
a { background-color: #FA5AF2; }
a { background-color: rgb(250,90,242); }
div.DivClassName
{
background-color: #FA5AF2;
}
.BgClassName
{
background-color: #FA5AF2;
}
</style>
border-color css
<style>
span { border-color: #FA5AF2; }
span { border-color: rgb(250,90,242); }
td.TdClassName
{
border-color: #FA5AF2;
}
.TagClassName
{
border-color: #FA5AF2;
}
</style>