Shades of Pink Flamingo #FD5CF2
Tints of Pink Flamingo #FD5CF2
RGB
CMYK
RGB Variations
Color information
#FD5CF2 (or 0xFD5CF2) is known color: Pink Flamingo. HEX triplet: FD, 5C and F2. RGB value is (253,92,242). Sum of RGB (Red+Green+Blue) = 253+92+242=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 92 (36.33% from 255 or 15.67% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5CF2 is #02A30D. Grayscale: #9C9C9C. Windows color (decimal): -172814 or 15883517. OLE color: 15883517.
HSL color Cylindrical-coordinate representation of color #FD5CF2: hue angle of 304.1º 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 #FD5CF2 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 92 | 242 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.01 |
| HSL | 304.1º | 0.98% | 0.68% | - |
| HSV(B) | 304.1º | 0.64% | 0.99% | - |
| XYZ | 60.36 | 34.95 | 87.57 | - |
| YUV | 157.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 92 | 242 | 0 | 0.64 | 0.04 | 0.01 | 304.1 | 0.98 | 0.68 |
| Hex | FD | 5C | F2 | 0 | 40 | 4 | 1 | 130 | 62 | 44 |
| Octal | 375 | 134 | 362 | 0 | 100 | 4 | 1 | 460 | 142 | 104 |
| Binary | 11111101 | 1011100 | 11110010 | 0 | 1000000 | 100 | 1 | 100110000 | 1100010 | 1000100 |
Color Harmonies of #FD5CF2
Complementary color
Monochromatic Colors of #FD5CF2
Black with #FD5CF2
Text Example
Text Example
White with #FD5CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5CF2; }
p { color: rgb(253,92,242); }
H1.HeaderClassName
{
color: #FD5CF2;
}
.AnyTagClassName
{
color: #FD5CF2;
}
</style>
background-color css
<style>
a { background-color: #FD5CF2; }
a { background-color: rgb(253,92,242); }
div.DivClassName
{
background-color: #FD5CF2;
}
.BgClassName
{
background-color: #FD5CF2;
}
</style>
border-color css
<style>
span { border-color: #FD5CF2; }
span { border-color: rgb(253,92,242); }
td.TdClassName
{
border-color: #FD5CF2;
}
.TagClassName
{
border-color: #FD5CF2;
}
</style>