Shades of Pink Flamingo #FD41F1
Tints of Pink Flamingo #FD41F1
RGB
CMYK
RGB Variations
Color information
#FD41F1 (or 0xFD41F1) is known color: Pink Flamingo. HEX triplet: FD, 41 and F1. RGB value is (253,65,241). Sum of RGB (Red+Green+Blue) = 253+65+241=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 65 (25.78% from 255 or 11.63% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD41F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD41F1 is #02BE0E. Grayscale: #8C8C8C. Windows color (decimal): -179727 or 15811069. OLE color: 15811069.
HSL color Cylindrical-coordinate representation of color #FD41F1: hue angle of 303.83º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD41F1 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 241 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.01 |
| HSL | 303.83º | 0.98% | 0.62% | - |
| HSV(B) | 303.83º | 0.74% | 0.99% | - |
| XYZ | 58.28 | 31.01 | 86.13 | - |
| YUV | 141.28 | 184.28 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 241 | 0 | 0.74 | 0.05 | 0.01 | 303.83 | 0.98 | 0.62 |
| Hex | FD | 41 | F1 | 0 | 4A | 5 | 1 | 130 | 62 | 3E |
| Octal | 375 | 101 | 361 | 0 | 112 | 5 | 1 | 460 | 142 | 76 |
| Binary | 11111101 | 1000001 | 11110001 | 0 | 1001010 | 101 | 1 | 100110000 | 1100010 | 111110 |
Color Harmonies of #FD41F1
Complementary color
Monochromatic Colors of #FD41F1
Black with #FD41F1
Text Example
Text Example
White with #FD41F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD41F1; }
p { color: rgb(253,65,241); }
H1.HeaderClassName
{
color: #FD41F1;
}
.AnyTagClassName
{
color: #FD41F1;
}
</style>
background-color css
<style>
a { background-color: #FD41F1; }
a { background-color: rgb(253,65,241); }
div.DivClassName
{
background-color: #FD41F1;
}
.BgClassName
{
background-color: #FD41F1;
}
</style>
border-color css
<style>
span { border-color: #FD41F1; }
span { border-color: rgb(253,65,241); }
td.TdClassName
{
border-color: #FD41F1;
}
.TagClassName
{
border-color: #FD41F1;
}
</style>