Shades of Pink Flamingo #FF41FA
Tints of Pink Flamingo #FF41FA
RGB
CMYK
RGB Variations
Color information
#FF41FA (or 0xFF41FA) is known color: Pink Flamingo. HEX triplet: FF, 41 and FA. RGB value is (255,65,250). Sum of RGB (Red+Green+Blue) = 255+65+250=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 65 (25.78% from 255 or 11.40% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF41FA is #00BE05. Grayscale: #8E8E8E. Windows color (decimal): -48646 or 16400895. OLE color: 16400895.
HSL color Cylindrical-coordinate representation of color #FF41FA: hue angle of 301.58º 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 #FF41FA is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 250 | - |
| CMYK | 0 | 0.75 | 0.02 | 0 |
| HSL | 301.58º | 1% | 0.63% | - |
| HSV(B) | 301.58º | 0.75% | 1% | - |
| XYZ | 60.39 | 31.94 | 93.43 | - |
| YUV | 142.9 | 188.45 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 250 | 0 | 0.75 | 0.02 | 0 | 301.58 | 1 | 0.63 |
| Hex | FF | 41 | FA | 0 | 4B | 2 | 0 | 12E | 64 | 3F |
| Octal | 377 | 101 | 372 | 0 | 113 | 2 | 0 | 456 | 144 | 77 |
| Binary | 11111111 | 1000001 | 11111010 | 0 | 1001011 | 10 | 0 | 100101110 | 1100100 | 111111 |
Color Harmonies of #FF41FA
Complementary color
Monochromatic Colors of #FF41FA
Black with #FF41FA
Text Example
Text Example
White with #FF41FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41FA; }
p { color: rgb(255,65,250); }
H1.HeaderClassName
{
color: #FF41FA;
}
.AnyTagClassName
{
color: #FF41FA;
}
</style>
background-color css
<style>
a { background-color: #FF41FA; }
a { background-color: rgb(255,65,250); }
div.DivClassName
{
background-color: #FF41FA;
}
.BgClassName
{
background-color: #FF41FA;
}
</style>
border-color css
<style>
span { border-color: #FF41FA; }
span { border-color: rgb(255,65,250); }
td.TdClassName
{
border-color: #FF41FA;
}
.TagClassName
{
border-color: #FF41FA;
}
</style>