Shades of Pink Flamingo #FF57FD
Tints of Pink Flamingo #FF57FD
RGB
CMYK
RGB Variations
Color information
#FF57FD (or 0xFF57FD) is known color: Pink Flamingo. HEX triplet: FF, 57 and FD. RGB value is (255,87,253). Sum of RGB (Red+Green+Blue) = 255+87+253=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 87 (34.38% from 255 or 14.62% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF57FD is #00A802. Grayscale: #9B9B9B. Windows color (decimal): -43011 or 16603135. OLE color: 16603135.
HSL color Cylindrical-coordinate representation of color #FF57FD: hue angle of 300.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF57FD is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 253 | - |
| CMYK | 0 | 0.66 | 0.01 | 0 |
| HSL | 300.71º | 1% | 0.67% | - |
| HSV(B) | 300.71º | 0.66% | 1% | - |
| XYZ | 62.38 | 35.17 | 96.43 | - |
| YUV | 156.16 | 182.66 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 253 | 0 | 0.66 | 0.01 | 0 | 300.71 | 1 | 0.67 |
| Hex | FF | 57 | FD | 0 | 42 | 1 | 0 | 12D | 64 | 43 |
| Octal | 377 | 127 | 375 | 0 | 102 | 1 | 0 | 455 | 144 | 103 |
| Binary | 11111111 | 1010111 | 11111101 | 0 | 1000010 | 1 | 0 | 100101101 | 1100100 | 1000011 |
Color Harmonies of #FF57FD
Complementary color
Monochromatic Colors of #FF57FD
Black with #FF57FD
Text Example
Text Example
White with #FF57FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57FD; }
p { color: rgb(255,87,253); }
H1.HeaderClassName
{
color: #FF57FD;
}
.AnyTagClassName
{
color: #FF57FD;
}
</style>
background-color css
<style>
a { background-color: #FF57FD; }
a { background-color: rgb(255,87,253); }
div.DivClassName
{
background-color: #FF57FD;
}
.BgClassName
{
background-color: #FF57FD;
}
</style>
border-color css
<style>
span { border-color: #FF57FD; }
span { border-color: rgb(255,87,253); }
td.TdClassName
{
border-color: #FF57FD;
}
.TagClassName
{
border-color: #FF57FD;
}
</style>