Shades of Pink Flamingo #FD5CF1
Tints of Pink Flamingo #FD5CF1
RGB
CMYK
RGB Variations
Color information
#FD5CF1 (or 0xFD5CF1) is known color: Pink Flamingo. HEX triplet: FD, 5C and F1. RGB value is (253,92,241). Sum of RGB (Red+Green+Blue) = 253+92+241=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 92 (36.33% from 255 or 15.70% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5CF1 is #02A30E. Grayscale: #9C9C9C. Windows color (decimal): -172815 or 15817981. OLE color: 15817981.
HSL color Cylindrical-coordinate representation of color #FD5CF1: hue angle of 304.47º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5CF1 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 92 | 241 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.01 |
| HSL | 304.47º | 0.98% | 0.68% | - |
| HSV(B) | 304.47º | 0.64% | 0.99% | - |
| XYZ | 60.21 | 34.89 | 86.78 | - |
| YUV | 157.13 | 175.34 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 92 | 241 | 0 | 0.64 | 0.05 | 0.01 | 304.47 | 0.98 | 0.68 |
| Hex | FD | 5C | F1 | 0 | 40 | 5 | 1 | 130 | 62 | 44 |
| Octal | 375 | 134 | 361 | 0 | 100 | 5 | 1 | 460 | 142 | 104 |
| Binary | 11111101 | 1011100 | 11110001 | 0 | 1000000 | 101 | 1 | 100110000 | 1100010 | 1000100 |
Color Harmonies of #FD5CF1
Complementary color
Monochromatic Colors of #FD5CF1
Black with #FD5CF1
Text Example
Text Example
White with #FD5CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5CF1; }
p { color: rgb(253,92,241); }
H1.HeaderClassName
{
color: #FD5CF1;
}
.AnyTagClassName
{
color: #FD5CF1;
}
</style>
background-color css
<style>
a { background-color: #FD5CF1; }
a { background-color: rgb(253,92,241); }
div.DivClassName
{
background-color: #FD5CF1;
}
.BgClassName
{
background-color: #FD5CF1;
}
</style>
border-color css
<style>
span { border-color: #FD5CF1; }
span { border-color: rgb(253,92,241); }
td.TdClassName
{
border-color: #FD5CF1;
}
.TagClassName
{
border-color: #FD5CF1;
}
</style>