Shades of Pink Flamingo #FD41F0
Tints of Pink Flamingo #FD41F0
RGB
CMYK
RGB Variations
Color information
#FD41F0 (or 0xFD41F0) is known color: Pink Flamingo. HEX triplet: FD, 41 and F0. RGB value is (253,65,240). Sum of RGB (Red+Green+Blue) = 253+65+240=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 65 (25.78% from 255 or 11.65% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD41F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD41F0 is #02BE0F. Grayscale: #8C8C8C. Windows color (decimal): -179728 or 15745533. OLE color: 15745533.
HSL color Cylindrical-coordinate representation of color #FD41F0: hue angle of 304.15º 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 #FD41F0 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 240 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.01 |
| HSL | 304.15º | 0.98% | 0.62% | - |
| HSV(B) | 304.15º | 0.74% | 0.99% | - |
| XYZ | 58.13 | 30.95 | 85.35 | - |
| YUV | 141.16 | 183.78 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 240 | 0 | 0.74 | 0.05 | 0.01 | 304.15 | 0.98 | 0.62 |
| Hex | FD | 41 | F0 | 0 | 4A | 5 | 1 | 130 | 62 | 3E |
| Octal | 375 | 101 | 360 | 0 | 112 | 5 | 1 | 460 | 142 | 76 |
| Binary | 11111101 | 1000001 | 11110000 | 0 | 1001010 | 101 | 1 | 100110000 | 1100010 | 111110 |
Color Harmonies of #FD41F0
Complementary color
Monochromatic Colors of #FD41F0
Black with #FD41F0
Text Example
Text Example
White with #FD41F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD41F0; }
p { color: rgb(253,65,240); }
H1.HeaderClassName
{
color: #FD41F0;
}
.AnyTagClassName
{
color: #FD41F0;
}
</style>
background-color css
<style>
a { background-color: #FD41F0; }
a { background-color: rgb(253,65,240); }
div.DivClassName
{
background-color: #FD41F0;
}
.BgClassName
{
background-color: #FD41F0;
}
</style>
border-color css
<style>
span { border-color: #FD41F0; }
span { border-color: rgb(253,65,240); }
td.TdClassName
{
border-color: #FD41F0;
}
.TagClassName
{
border-color: #FD41F0;
}
</style>