Shades of Pink Flamingo #FA41FA
Tints of Pink Flamingo #FA41FA
RGB
CMYK
RGB Variations
Color information
#FA41FA (or 0xFA41FA) is known color: Pink Flamingo. HEX triplet: FA, 41 and FA. RGB value is (250,65,250). Sum of RGB (Red+Green+Blue) = 250+65+250=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 65 (25.78% from 255 or 11.50% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA41FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA41FA is #05BE05. Grayscale: #8C8C8C. Windows color (decimal): -376326 or 16400890. OLE color: 16400890.
HSL color Cylindrical-coordinate representation of color #FA41FA: hue angle of 300º 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 #FA41FA is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 250 | - |
| CMYK | 0 | 0.74 | 0 | 0.02 |
| HSL | 300º | 0.95% | 0.62% | - |
| HSV(B) | 300º | 0.74% | 0.98% | - |
| XYZ | 58.57 | 31.01 | 93.34 | - |
| YUV | 141.41 | 189.29 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 250 | 0 | 0.74 | 0 | 0.02 | 300 | 0.95 | 0.62 |
| Hex | FA | 41 | FA | 0 | 4A | 0 | 2 | 12C | 5F | 3E |
| Octal | 372 | 101 | 372 | 0 | 112 | 0 | 2 | 454 | 137 | 76 |
| Binary | 11111010 | 1000001 | 11111010 | 0 | 1001010 | 0 | 10 | 100101100 | 1011111 | 111110 |
Color Harmonies of #FA41FA
Complementary color
Monochromatic Colors of #FA41FA
Black with #FA41FA
Text Example
Text Example
White with #FA41FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA41FA; }
p { color: rgb(250,65,250); }
H1.HeaderClassName
{
color: #FA41FA;
}
.AnyTagClassName
{
color: #FA41FA;
}
</style>
background-color css
<style>
a { background-color: #FA41FA; }
a { background-color: rgb(250,65,250); }
div.DivClassName
{
background-color: #FA41FA;
}
.BgClassName
{
background-color: #FA41FA;
}
</style>
border-color css
<style>
span { border-color: #FA41FA; }
span { border-color: rgb(250,65,250); }
td.TdClassName
{
border-color: #FA41FA;
}
.TagClassName
{
border-color: #FA41FA;
}
</style>