Shades of Pink Flamingo #FA40F5
Tints of Pink Flamingo #FA40F5
RGB
CMYK
RGB Variations
Color information
#FA40F5 (or 0xFA40F5) is known color: Pink Flamingo. HEX triplet: FA, 40 and F5. RGB value is (250,64,245). Sum of RGB (Red+Green+Blue) = 250+64+245=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 64 (25.39% from 255 or 11.45% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA40F5 is #05BF0A. Grayscale: #8B8B8B. Windows color (decimal): -376587 or 16072954. OLE color: 16072954.
HSL color Cylindrical-coordinate representation of color #FA40F5: hue angle of 301.61º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA40F5 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 245 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.02 |
| HSL | 301.61º | 0.95% | 0.62% | - |
| HSV(B) | 301.61º | 0.74% | 0.98% | - |
| XYZ | 57.74 | 30.58 | 89.25 | - |
| YUV | 140.25 | 187.12 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 245 | 0 | 0.74 | 0.02 | 0.02 | 301.61 | 0.95 | 0.62 |
| Hex | FA | 40 | F5 | 0 | 4A | 2 | 2 | 12E | 5F | 3E |
| Octal | 372 | 100 | 365 | 0 | 112 | 2 | 2 | 456 | 137 | 76 |
| Binary | 11111010 | 1000000 | 11110101 | 0 | 1001010 | 10 | 10 | 100101110 | 1011111 | 111110 |
Color Harmonies of #FA40F5
Complementary color
Monochromatic Colors of #FA40F5
Black with #FA40F5
Text Example
Text Example
White with #FA40F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA40F5; }
p { color: rgb(250,64,245); }
H1.HeaderClassName
{
color: #FA40F5;
}
.AnyTagClassName
{
color: #FA40F5;
}
</style>
background-color css
<style>
a { background-color: #FA40F5; }
a { background-color: rgb(250,64,245); }
div.DivClassName
{
background-color: #FA40F5;
}
.BgClassName
{
background-color: #FA40F5;
}
</style>
border-color css
<style>
span { border-color: #FA40F5; }
span { border-color: rgb(250,64,245); }
td.TdClassName
{
border-color: #FA40F5;
}
.TagClassName
{
border-color: #FA40F5;
}
</style>