Shades of Pink Flamingo #FD5AF1
Tints of Pink Flamingo #FD5AF1
RGB
CMYK
RGB Variations
Color information
#FD5AF1 (or 0xFD5AF1) is known color: Pink Flamingo. HEX triplet: FD, 5A and F1. RGB value is (253,90,241). Sum of RGB (Red+Green+Blue) = 253+90+241=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 90 (35.55% from 255 or 15.41% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5AF1 is #02A50E. Grayscale: #9B9B9B. Windows color (decimal): -173327 or 15817469. OLE color: 15817469.
HSL color Cylindrical-coordinate representation of color #FD5AF1: hue angle of 304.42º 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 #FD5AF1 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 241 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.01 |
| HSL | 304.42º | 0.98% | 0.67% | - |
| HSV(B) | 304.42º | 0.64% | 0.99% | - |
| XYZ | 60.04 | 34.55 | 86.72 | - |
| YUV | 155.95 | 176 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 241 | 0 | 0.64 | 0.05 | 0.01 | 304.42 | 0.98 | 0.67 |
| Hex | FD | 5A | F1 | 0 | 40 | 5 | 1 | 130 | 62 | 43 |
| Octal | 375 | 132 | 361 | 0 | 100 | 5 | 1 | 460 | 142 | 103 |
| Binary | 11111101 | 1011010 | 11110001 | 0 | 1000000 | 101 | 1 | 100110000 | 1100010 | 1000011 |
Color Harmonies of #FD5AF1
Complementary color
Monochromatic Colors of #FD5AF1
Black with #FD5AF1
Text Example
Text Example
White with #FD5AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5AF1; }
p { color: rgb(253,90,241); }
H1.HeaderClassName
{
color: #FD5AF1;
}
.AnyTagClassName
{
color: #FD5AF1;
}
</style>
background-color css
<style>
a { background-color: #FD5AF1; }
a { background-color: rgb(253,90,241); }
div.DivClassName
{
background-color: #FD5AF1;
}
.BgClassName
{
background-color: #FD5AF1;
}
</style>
border-color css
<style>
span { border-color: #FD5AF1; }
span { border-color: rgb(253,90,241); }
td.TdClassName
{
border-color: #FD5AF1;
}
.TagClassName
{
border-color: #FD5AF1;
}
</style>