Shades of Pink Flamingo #FD57F0
Tints of Pink Flamingo #FD57F0
RGB
CMYK
RGB Variations
Color information
#FD57F0 (or 0xFD57F0) is known color: Pink Flamingo. HEX triplet: FD, 57 and F0. RGB value is (253,87,240). Sum of RGB (Red+Green+Blue) = 253+87+240=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 87 (34.38% from 255 or 15% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD57F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD57F0 is #02A80F. Grayscale: #999999. Windows color (decimal): -174096 or 15751165. OLE color: 15751165.
HSL color Cylindrical-coordinate representation of color #FD57F0: hue angle of 304.7º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD57F0 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 87 | 240 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.01 |
| HSL | 304.7º | 0.98% | 0.67% | - |
| HSV(B) | 304.7º | 0.66% | 0.99% | - |
| XYZ | 59.64 | 33.99 | 85.86 | - |
| YUV | 154.08 | 176.5 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 87 | 240 | 0 | 0.66 | 0.05 | 0.01 | 304.7 | 0.98 | 0.67 |
| Hex | FD | 57 | F0 | 0 | 42 | 5 | 1 | 131 | 62 | 43 |
| Octal | 375 | 127 | 360 | 0 | 102 | 5 | 1 | 461 | 142 | 103 |
| Binary | 11111101 | 1010111 | 11110000 | 0 | 1000010 | 101 | 1 | 100110001 | 1100010 | 1000011 |
Color Harmonies of #FD57F0
Complementary color
Monochromatic Colors of #FD57F0
Black with #FD57F0
Text Example
Text Example
White with #FD57F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD57F0; }
p { color: rgb(253,87,240); }
H1.HeaderClassName
{
color: #FD57F0;
}
.AnyTagClassName
{
color: #FD57F0;
}
</style>
background-color css
<style>
a { background-color: #FD57F0; }
a { background-color: rgb(253,87,240); }
div.DivClassName
{
background-color: #FD57F0;
}
.BgClassName
{
background-color: #FD57F0;
}
</style>
border-color css
<style>
span { border-color: #FD57F0; }
span { border-color: rgb(253,87,240); }
td.TdClassName
{
border-color: #FD57F0;
}
.TagClassName
{
border-color: #FD57F0;
}
</style>