Shades of Pink Flamingo #FD55F2
Tints of Pink Flamingo #FD55F2
RGB
CMYK
RGB Variations
Color information
#FD55F2 (or 0xFD55F2) is known color: Pink Flamingo. HEX triplet: FD, 55 and F2. RGB value is (253,85,242). Sum of RGB (Red+Green+Blue) = 253+85+242=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 85 (33.59% from 255 or 14.66% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD55F2 is #02AA0D. Grayscale: #989898. Windows color (decimal): -174606 or 15881725. OLE color: 15881725.
HSL color Cylindrical-coordinate representation of color #FD55F2: hue angle of 303.93º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD55F2 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 85 | 242 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.01 |
| HSL | 303.93º | 0.98% | 0.66% | - |
| HSV(B) | 303.93º | 0.66% | 0.99% | - |
| XYZ | 59.78 | 33.79 | 87.38 | - |
| YUV | 153.13 | 178.16 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 85 | 242 | 0 | 0.66 | 0.04 | 0.01 | 303.93 | 0.98 | 0.66 |
| Hex | FD | 55 | F2 | 0 | 42 | 4 | 1 | 130 | 62 | 42 |
| Octal | 375 | 125 | 362 | 0 | 102 | 4 | 1 | 460 | 142 | 102 |
| Binary | 11111101 | 1010101 | 11110010 | 0 | 1000010 | 100 | 1 | 100110000 | 1100010 | 1000010 |
Color Harmonies of #FD55F2
Complementary color
Monochromatic Colors of #FD55F2
Black with #FD55F2
Text Example
Text Example
White with #FD55F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD55F2; }
p { color: rgb(253,85,242); }
H1.HeaderClassName
{
color: #FD55F2;
}
.AnyTagClassName
{
color: #FD55F2;
}
</style>
background-color css
<style>
a { background-color: #FD55F2; }
a { background-color: rgb(253,85,242); }
div.DivClassName
{
background-color: #FD55F2;
}
.BgClassName
{
background-color: #FD55F2;
}
</style>
border-color css
<style>
span { border-color: #FD55F2; }
span { border-color: rgb(253,85,242); }
td.TdClassName
{
border-color: #FD55F2;
}
.TagClassName
{
border-color: #FD55F2;
}
</style>