Shades of Pink Flamingo #FB57ED
Tints of Pink Flamingo #FB57ED
RGB
CMYK
RGB Variations
Color information
#FB57ED (or 0xFB57ED) is known color: Pink Flamingo. HEX triplet: FB, 57 and ED. RGB value is (251,87,237). Sum of RGB (Red+Green+Blue) = 251+87+237=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 87 (34.38% from 255 or 15.13% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FB57ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB57ED is #04A812. Grayscale: #989898. Windows color (decimal): -305171 or 15554555. OLE color: 15554555.
HSL color Cylindrical-coordinate representation of color #FB57ED: hue angle of 305.12º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB57ED is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 87 | 237 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.02 |
| HSL | 305.12º | 0.95% | 0.66% | - |
| HSV(B) | 305.12º | 0.65% | 0.98% | - |
| XYZ | 58.48 | 33.44 | 83.49 | - |
| YUV | 153.14 | 175.33 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 87 | 237 | 0 | 0.65 | 0.06 | 0.02 | 305.12 | 0.95 | 0.66 |
| Hex | FB | 57 | ED | 0 | 41 | 6 | 2 | 131 | 5F | 42 |
| Octal | 373 | 127 | 355 | 0 | 101 | 6 | 2 | 461 | 137 | 102 |
| Binary | 11111011 | 1010111 | 11101101 | 0 | 1000001 | 110 | 10 | 100110001 | 1011111 | 1000010 |
Color Harmonies of #FB57ED
Complementary color
Monochromatic Colors of #FB57ED
Black with #FB57ED
Text Example
Text Example
White with #FB57ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB57ED; }
p { color: rgb(251,87,237); }
H1.HeaderClassName
{
color: #FB57ED;
}
.AnyTagClassName
{
color: #FB57ED;
}
</style>
background-color css
<style>
a { background-color: #FB57ED; }
a { background-color: rgb(251,87,237); }
div.DivClassName
{
background-color: #FB57ED;
}
.BgClassName
{
background-color: #FB57ED;
}
</style>
border-color css
<style>
span { border-color: #FB57ED; }
span { border-color: rgb(251,87,237); }
td.TdClassName
{
border-color: #FB57ED;
}
.TagClassName
{
border-color: #FB57ED;
}
</style>