Shades of Pink Flamingo #FA41FF
Tints of Pink Flamingo #FA41FF
RGB
CMYK
RGB Variations
Color information
#FA41FF (or 0xFA41FF) is known color: Pink Flamingo. HEX triplet: FA, 41 and FF. RGB value is (250,65,255). Sum of RGB (Red+Green+Blue) = 250+65+255=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 65 (25.78% from 255 or 11.40% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA41FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA41FF is #05BE00. Grayscale: #8D8D8D. Windows color (decimal): -376321 or 16728570. OLE color: 16728570.
HSL color Cylindrical-coordinate representation of color #FA41FF: hue angle of 298.42º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA41FF is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 65 | 255 | - |
| CMYK | 0.02 | 0.75 | 0 | 0 |
| HSL | 298.42º | 1% | 0.63% | - |
| HSV(B) | 298.42º | 0.75% | 1% | - |
| XYZ | 59.36 | 31.32 | 97.53 | - |
| YUV | 141.98 | 191.79 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 255 | 0.02 | 0.75 | 0 | 0 | 298.42 | 1 | 0.63 |
| Hex | FA | 41 | FF | 2 | 4B | 0 | 0 | 12A | 64 | 3F |
| Octal | 372 | 101 | 377 | 2 | 113 | 0 | 0 | 452 | 144 | 77 |
| Binary | 11111010 | 1000001 | 11111111 | 10 | 1001011 | 0 | 0 | 100101010 | 1100100 | 111111 |
Color Harmonies of #FA41FF
Complementary color
Monochromatic Colors of #FA41FF
Black with #FA41FF
Text Example
Text Example
White with #FA41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA41FF; }
p { color: rgb(250,65,255); }
H1.HeaderClassName
{
color: #FA41FF;
}
.AnyTagClassName
{
color: #FA41FF;
}
</style>
background-color css
<style>
a { background-color: #FA41FF; }
a { background-color: rgb(250,65,255); }
div.DivClassName
{
background-color: #FA41FF;
}
.BgClassName
{
background-color: #FA41FF;
}
</style>
border-color css
<style>
span { border-color: #FA41FF; }
span { border-color: rgb(250,65,255); }
td.TdClassName
{
border-color: #FA41FF;
}
.TagClassName
{
border-color: #FA41FF;
}
</style>