Shades of Pink Flamingo #FA5AF3
Tints of Pink Flamingo #FA5AF3
RGB
CMYK
RGB Variations
Color information
#FA5AF3 (or 0xFA5AF3) is known color: Pink Flamingo. HEX triplet: FA, 5A and F3. RGB value is (250,90,243). Sum of RGB (Red+Green+Blue) = 250+90+243=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 90 (35.55% from 255 or 15.44% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5AF3 is #05A50C. Grayscale: #9A9A9A. Windows color (decimal): -369933 or 15948538. OLE color: 15948538.
HSL color Cylindrical-coordinate representation of color #FA5AF3: hue angle of 302.62º 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 #FA5AF3 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 243 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.02 |
| HSL | 302.63º | 0.94% | 0.67% | - |
| HSV(B) | 302.63º | 0.64% | 0.98% | - |
| XYZ | 59.26 | 34.11 | 88.25 | - |
| YUV | 155.28 | 177.51 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 243 | 0 | 0.64 | 0.03 | 0.02 | 302.63 | 0.94 | 0.67 |
| Hex | FA | 5A | F3 | 0 | 40 | 3 | 2 | 12F | 5E | 43 |
| Octal | 372 | 132 | 363 | 0 | 100 | 3 | 2 | 457 | 136 | 103 |
| Binary | 11111010 | 1011010 | 11110011 | 0 | 1000000 | 11 | 10 | 100101111 | 1011110 | 1000011 |
Color Harmonies of #FA5AF3
Complementary color
Monochromatic Colors of #FA5AF3
Black with #FA5AF3
Text Example
Text Example
White with #FA5AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5AF3; }
p { color: rgb(250,90,243); }
H1.HeaderClassName
{
color: #FA5AF3;
}
.AnyTagClassName
{
color: #FA5AF3;
}
</style>
background-color css
<style>
a { background-color: #FA5AF3; }
a { background-color: rgb(250,90,243); }
div.DivClassName
{
background-color: #FA5AF3;
}
.BgClassName
{
background-color: #FA5AF3;
}
</style>
border-color css
<style>
span { border-color: #FA5AF3; }
span { border-color: rgb(250,90,243); }
td.TdClassName
{
border-color: #FA5AF3;
}
.TagClassName
{
border-color: #FA5AF3;
}
</style>