Shades of Pink Flamingo #FD4CF2
Tints of Pink Flamingo #FD4CF2
RGB
CMYK
RGB Variations
Color information
#FD4CF2 (or 0xFD4CF2) is known color: Pink Flamingo. HEX triplet: FD, 4C and F2. RGB value is (253,76,242). Sum of RGB (Red+Green+Blue) = 253+76+242=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 76 (30.08% from 255 or 13.31% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD4CF2 is #02B30D. Grayscale: #939393. Windows color (decimal): -176910 or 15879421. OLE color: 15879421.
HSL color Cylindrical-coordinate representation of color #FD4CF2: hue angle of 303.73º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4CF2 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 76 | 242 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.01 |
| HSL | 303.73º | 0.98% | 0.65% | - |
| HSV(B) | 303.73º | 0.7% | 0.99% | - |
| XYZ | 59.12 | 32.46 | 87.15 | - |
| YUV | 147.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 76 | 242 | 0 | 0.70 | 0.04 | 0.01 | 303.73 | 0.98 | 0.65 |
| Hex | FD | 4C | F2 | 0 | 46 | 4 | 1 | 130 | 62 | 41 |
| Octal | 375 | 114 | 362 | 0 | 106 | 4 | 1 | 460 | 142 | 101 |
| Binary | 11111101 | 1001100 | 11110010 | 0 | 1000110 | 100 | 1 | 100110000 | 1100010 | 1000001 |
Color Harmonies of #FD4CF2
Complementary color
Monochromatic Colors of #FD4CF2
Black with #FD4CF2
Text Example
Text Example
White with #FD4CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4CF2; }
p { color: rgb(253,76,242); }
H1.HeaderClassName
{
color: #FD4CF2;
}
.AnyTagClassName
{
color: #FD4CF2;
}
</style>
background-color css
<style>
a { background-color: #FD4CF2; }
a { background-color: rgb(253,76,242); }
div.DivClassName
{
background-color: #FD4CF2;
}
.BgClassName
{
background-color: #FD4CF2;
}
</style>
border-color css
<style>
span { border-color: #FD4CF2; }
span { border-color: rgb(253,76,242); }
td.TdClassName
{
border-color: #FD4CF2;
}
.TagClassName
{
border-color: #FD4CF2;
}
</style>