Shades of Pink Flamingo #FB45EE
Tints of Pink Flamingo #FB45EE
RGB
CMYK
RGB Variations
Color information
#FB45EE (or 0xFB45EE) is known color: Pink Flamingo. HEX triplet: FB, 45 and EE. RGB value is (251,69,238). Sum of RGB (Red+Green+Blue) = 251+69+238=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 69 (27.34% from 255 or 12.37% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB45EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB45EE is #04BA11. Grayscale: #8E8E8E. Windows color (decimal): -309778 or 15615483. OLE color: 15615483.
HSL color Cylindrical-coordinate representation of color #FB45EE: hue angle of 304.29º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB45EE is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 238 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.02 |
| HSL | 304.29º | 0.96% | 0.63% | - |
| HSV(B) | 304.29º | 0.73% | 0.98% | - |
| XYZ | 57.34 | 30.94 | 83.84 | - |
| YUV | 142.68 | 181.8 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 238 | 0 | 0.73 | 0.05 | 0.02 | 304.29 | 0.96 | 0.63 |
| Hex | FB | 45 | EE | 0 | 49 | 5 | 2 | 130 | 60 | 3F |
| Octal | 373 | 105 | 356 | 0 | 111 | 5 | 2 | 460 | 140 | 77 |
| Binary | 11111011 | 1000101 | 11101110 | 0 | 1001001 | 101 | 10 | 100110000 | 1100000 | 111111 |
Color Harmonies of #FB45EE
Complementary color
Monochromatic Colors of #FB45EE
Black with #FB45EE
Text Example
Text Example
White with #FB45EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB45EE; }
p { color: rgb(251,69,238); }
H1.HeaderClassName
{
color: #FB45EE;
}
.AnyTagClassName
{
color: #FB45EE;
}
</style>
background-color css
<style>
a { background-color: #FB45EE; }
a { background-color: rgb(251,69,238); }
div.DivClassName
{
background-color: #FB45EE;
}
.BgClassName
{
background-color: #FB45EE;
}
</style>
border-color css
<style>
span { border-color: #FB45EE; }
span { border-color: rgb(251,69,238); }
td.TdClassName
{
border-color: #FB45EE;
}
.TagClassName
{
border-color: #FB45EE;
}
</style>