Shades of Pink Flamingo #FD5AF2
Tints of Pink Flamingo #FD5AF2
RGB
CMYK
RGB Variations
Color information
#FD5AF2 (or 0xFD5AF2) is known color: Pink Flamingo. HEX triplet: FD, 5A and F2. RGB value is (253,90,242). Sum of RGB (Red+Green+Blue) = 253+90+242=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 90 (35.55% from 255 or 15.38% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5AF2 is #02A50D. Grayscale: #9B9B9B. Windows color (decimal): -173326 or 15883005. OLE color: 15883005.
HSL color Cylindrical-coordinate representation of color #FD5AF2: hue angle of 304.05º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5AF2 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 242 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.01 |
| HSL | 304.05º | 0.98% | 0.67% | - |
| HSV(B) | 304.05º | 0.64% | 0.99% | - |
| XYZ | 60.19 | 34.61 | 87.51 | - |
| YUV | 156.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 242 | 0 | 0.64 | 0.04 | 0.01 | 304.05 | 0.98 | 0.67 |
| Hex | FD | 5A | F2 | 0 | 40 | 4 | 1 | 130 | 62 | 43 |
| Octal | 375 | 132 | 362 | 0 | 100 | 4 | 1 | 460 | 142 | 103 |
| Binary | 11111101 | 1011010 | 11110010 | 0 | 1000000 | 100 | 1 | 100110000 | 1100010 | 1000011 |
Color Harmonies of #FD5AF2
Complementary color
Monochromatic Colors of #FD5AF2
Black with #FD5AF2
Text Example
Text Example
White with #FD5AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5AF2; }
p { color: rgb(253,90,242); }
H1.HeaderClassName
{
color: #FD5AF2;
}
.AnyTagClassName
{
color: #FD5AF2;
}
</style>
background-color css
<style>
a { background-color: #FD5AF2; }
a { background-color: rgb(253,90,242); }
div.DivClassName
{
background-color: #FD5AF2;
}
.BgClassName
{
background-color: #FD5AF2;
}
</style>
border-color css
<style>
span { border-color: #FD5AF2; }
span { border-color: rgb(253,90,242); }
td.TdClassName
{
border-color: #FD5AF2;
}
.TagClassName
{
border-color: #FD5AF2;
}
</style>