Shades of Pink Flamingo #FB63ED
Tints of Pink Flamingo #FB63ED
RGB
CMYK
RGB Variations
Color information
#FB63ED (or 0xFB63ED) is known color: Pink Flamingo. HEX triplet: FB, 63 and ED. RGB value is (251,99,237). Sum of RGB (Red+Green+Blue) = 251+99+237=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 99 (39.06% from 255 or 16.87% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB63ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB63ED is #049C12. Grayscale: #9F9F9F. Windows color (decimal): -302099 or 15557627. OLE color: 15557627.
HSL color Cylindrical-coordinate representation of color #FB63ED: hue angle of 305.53º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB63ED is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 99 | 237 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.02 |
| HSL | 305.53º | 0.95% | 0.69% | - |
| HSV(B) | 305.53º | 0.61% | 0.98% | - |
| XYZ | 59.53 | 35.55 | 83.84 | - |
| YUV | 160.18 | 171.36 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 237 | 0 | 0.61 | 0.06 | 0.02 | 305.53 | 0.95 | 0.69 |
| Hex | FB | 63 | ED | 0 | 3D | 6 | 2 | 132 | 5F | 45 |
| Octal | 373 | 143 | 355 | 0 | 75 | 6 | 2 | 462 | 137 | 105 |
| Binary | 11111011 | 1100011 | 11101101 | 0 | 111101 | 110 | 10 | 100110010 | 1011111 | 1000101 |
Color Harmonies of #FB63ED
Complementary color
Monochromatic Colors of #FB63ED
Black with #FB63ED
Text Example
Text Example
White with #FB63ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB63ED; }
p { color: rgb(251,99,237); }
H1.HeaderClassName
{
color: #FB63ED;
}
.AnyTagClassName
{
color: #FB63ED;
}
</style>
background-color css
<style>
a { background-color: #FB63ED; }
a { background-color: rgb(251,99,237); }
div.DivClassName
{
background-color: #FB63ED;
}
.BgClassName
{
background-color: #FB63ED;
}
</style>
border-color css
<style>
span { border-color: #FB63ED; }
span { border-color: rgb(251,99,237); }
td.TdClassName
{
border-color: #FB63ED;
}
.TagClassName
{
border-color: #FB63ED;
}
</style>