Shades of Pink Flamingo #FB46ED
Tints of Pink Flamingo #FB46ED
RGB
CMYK
RGB Variations
Color information
#FB46ED (or 0xFB46ED) is known color: Pink Flamingo. HEX triplet: FB, 46 and ED. RGB value is (251,70,237). Sum of RGB (Red+Green+Blue) = 251+70+237=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 70 (27.73% from 255 or 12.54% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB46ED is #04B912. Grayscale: #8E8E8E. Windows color (decimal): -309523 or 15550203. OLE color: 15550203.
HSL color Cylindrical-coordinate representation of color #FB46ED: hue angle of 304.64º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB46ED is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 237 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.02 |
| HSL | 304.64º | 0.96% | 0.63% | - |
| HSV(B) | 304.64º | 0.72% | 0.98% | - |
| XYZ | 57.26 | 31 | 83.09 | - |
| YUV | 143.16 | 180.97 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 237 | 0 | 0.72 | 0.06 | 0.02 | 304.64 | 0.96 | 0.63 |
| Hex | FB | 46 | ED | 0 | 48 | 6 | 2 | 131 | 60 | 3F |
| Octal | 373 | 106 | 355 | 0 | 110 | 6 | 2 | 461 | 140 | 77 |
| Binary | 11111011 | 1000110 | 11101101 | 0 | 1001000 | 110 | 10 | 100110001 | 1100000 | 111111 |
Color Harmonies of #FB46ED
Complementary color
Monochromatic Colors of #FB46ED
Black with #FB46ED
Text Example
Text Example
White with #FB46ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB46ED; }
p { color: rgb(251,70,237); }
H1.HeaderClassName
{
color: #FB46ED;
}
.AnyTagClassName
{
color: #FB46ED;
}
</style>
background-color css
<style>
a { background-color: #FB46ED; }
a { background-color: rgb(251,70,237); }
div.DivClassName
{
background-color: #FB46ED;
}
.BgClassName
{
background-color: #FB46ED;
}
</style>
border-color css
<style>
span { border-color: #FB46ED; }
span { border-color: rgb(251,70,237); }
td.TdClassName
{
border-color: #FB46ED;
}
.TagClassName
{
border-color: #FB46ED;
}
</style>