Shades of Pink Flamingo #FA41F5
Tints of Pink Flamingo #FA41F5
RGB
CMYK
RGB Variations
Color information
#FA41F5 (or 0xFA41F5) is known color: Pink Flamingo. HEX triplet: FA, 41 and F5. RGB value is (250,65,245). Sum of RGB (Red+Green+Blue) = 250+65+245=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 65 (25.78% from 255 or 11.61% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA41F5 is #05BE0A. Grayscale: #8C8C8C. Windows color (decimal): -376331 or 16073210. OLE color: 16073210.
HSL color Cylindrical-coordinate representation of color #FA41F5: hue angle of 301.62º 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 #FA41F5 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 245 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.02 |
| HSL | 301.62º | 0.95% | 0.62% | - |
| HSV(B) | 301.62º | 0.74% | 0.98% | - |
| XYZ | 57.8 | 30.7 | 89.27 | - |
| YUV | 140.84 | 186.79 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 245 | 0 | 0.74 | 0.02 | 0.02 | 301.62 | 0.95 | 0.62 |
| Hex | FA | 41 | F5 | 0 | 4A | 2 | 2 | 12E | 5F | 3E |
| Octal | 372 | 101 | 365 | 0 | 112 | 2 | 2 | 456 | 137 | 76 |
| Binary | 11111010 | 1000001 | 11110101 | 0 | 1001010 | 10 | 10 | 100101110 | 1011111 | 111110 |
Color Harmonies of #FA41F5
Complementary color
Monochromatic Colors of #FA41F5
Black with #FA41F5
Text Example
Text Example
White with #FA41F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA41F5; }
p { color: rgb(250,65,245); }
H1.HeaderClassName
{
color: #FA41F5;
}
.AnyTagClassName
{
color: #FA41F5;
}
</style>
background-color css
<style>
a { background-color: #FA41F5; }
a { background-color: rgb(250,65,245); }
div.DivClassName
{
background-color: #FA41F5;
}
.BgClassName
{
background-color: #FA41F5;
}
</style>
border-color css
<style>
span { border-color: #FA41F5; }
span { border-color: rgb(250,65,245); }
td.TdClassName
{
border-color: #FA41F5;
}
.TagClassName
{
border-color: #FA41F5;
}
</style>