Shades of Pink Flamingo #FD41FF
Tints of Pink Flamingo #FD41FF
RGB
CMYK
RGB Variations
Color information
#FD41FF (or 0xFD41FF) is known color: Pink Flamingo. HEX triplet: FD, 41 and FF. RGB value is (253,65,255). Sum of RGB (Red+Green+Blue) = 253+65+255=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 65 (25.78% from 255 or 11.34% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD41FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD41FF is #02BE00. Grayscale: #8E8E8E. Windows color (decimal): -179713 or 16728573. OLE color: 16728573.
HSL color Cylindrical-coordinate representation of color #FD41FF: hue angle of 299.37º 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 #FD41FF is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 65 | 255 | - |
| CMYK | 0.01 | 0.75 | 0 | 0 |
| HSL | 299.37º | 1% | 0.63% | - |
| HSV(B) | 299.37º | 0.75% | 1% | - |
| XYZ | 60.45 | 31.88 | 97.58 | - |
| YUV | 142.87 | 191.28 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 255 | 0.01 | 0.75 | 0 | 0 | 299.37 | 1 | 0.63 |
| Hex | FD | 41 | FF | 1 | 4B | 0 | 0 | 12B | 64 | 3F |
| Octal | 375 | 101 | 377 | 1 | 113 | 0 | 0 | 453 | 144 | 77 |
| Binary | 11111101 | 1000001 | 11111111 | 1 | 1001011 | 0 | 0 | 100101011 | 1100100 | 111111 |
Color Harmonies of #FD41FF
Complementary color
Monochromatic Colors of #FD41FF
Black with #FD41FF
Text Example
Text Example
White with #FD41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD41FF; }
p { color: rgb(253,65,255); }
H1.HeaderClassName
{
color: #FD41FF;
}
.AnyTagClassName
{
color: #FD41FF;
}
</style>
background-color css
<style>
a { background-color: #FD41FF; }
a { background-color: rgb(253,65,255); }
div.DivClassName
{
background-color: #FD41FF;
}
.BgClassName
{
background-color: #FD41FF;
}
</style>
border-color css
<style>
span { border-color: #FD41FF; }
span { border-color: rgb(253,65,255); }
td.TdClassName
{
border-color: #FD41FF;
}
.TagClassName
{
border-color: #FD41FF;
}
</style>