Shades of Pink Flamingo #FA3AF5
Tints of Pink Flamingo #FA3AF5
RGB
CMYK
RGB Variations
Color information
#FA3AF5 (or 0xFA3AF5) is known color: Pink Flamingo. HEX triplet: FA, 3A and F5. RGB value is (250,58,245). Sum of RGB (Red+Green+Blue) = 250+58+245=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 58 (23.05% from 255 or 10.49% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3AF5 is #05C50A. Grayscale: #888888. Windows color (decimal): -378123 or 16071418. OLE color: 16071418.
HSL color Cylindrical-coordinate representation of color #FA3AF5: hue angle of 301.56º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3AF5 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 245 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.02 |
| HSL | 301.56º | 0.95% | 0.6% | - |
| HSV(B) | 301.56º | 0.77% | 0.98% | - |
| XYZ | 57.42 | 29.94 | 89.14 | - |
| YUV | 136.73 | 189.11 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 245 | 0 | 0.77 | 0.02 | 0.02 | 301.56 | 0.95 | 0.6 |
| Hex | FA | 3A | F5 | 0 | 4D | 2 | 2 | 12E | 5F | 3C |
| Octal | 372 | 72 | 365 | 0 | 115 | 2 | 2 | 456 | 137 | 74 |
| Binary | 11111010 | 111010 | 11110101 | 0 | 1001101 | 10 | 10 | 100101110 | 1011111 | 111100 |
Color Harmonies of #FA3AF5
Complementary color
Monochromatic Colors of #FA3AF5
Black with #FA3AF5
Text Example
Text Example
White with #FA3AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3AF5; }
p { color: rgb(250,58,245); }
H1.HeaderClassName
{
color: #FA3AF5;
}
.AnyTagClassName
{
color: #FA3AF5;
}
</style>
background-color css
<style>
a { background-color: #FA3AF5; }
a { background-color: rgb(250,58,245); }
div.DivClassName
{
background-color: #FA3AF5;
}
.BgClassName
{
background-color: #FA3AF5;
}
</style>
border-color css
<style>
span { border-color: #FA3AF5; }
span { border-color: rgb(250,58,245); }
td.TdClassName
{
border-color: #FA3AF5;
}
.TagClassName
{
border-color: #FA3AF5;
}
</style>