Shades of Pink Flamingo #FF5FEE
Tints of Pink Flamingo #FF5FEE
RGB
CMYK
RGB Variations
Color information
#FF5FEE (or 0xFF5FEE) is known color: Pink Flamingo. HEX triplet: FF, 5F and EE. RGB value is (255,95,238). Sum of RGB (Red+Green+Blue) = 255+95+238=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 95 (37.5% from 255 or 16.16% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5FEE is #00A011. Grayscale: #9E9E9E. Windows color (decimal): -40978 or 15622143. OLE color: 15622143.
HSL color Cylindrical-coordinate representation of color #FF5FEE: hue angle of 306.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FEE is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 238 | - |
| CMYK | 0 | 0.63 | 0.07 | 0 |
| HSL | 306.38º | 1% | 0.69% | - |
| HSV(B) | 306.38º | 0.63% | 1% | - |
| XYZ | 60.76 | 35.62 | 84.56 | - |
| YUV | 159.14 | 172.51 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 238 | 0 | 0.63 | 0.07 | 0 | 306.38 | 1 | 0.69 |
| Hex | FF | 5F | EE | 0 | 3F | 7 | 0 | 132 | 64 | 45 |
| Octal | 377 | 137 | 356 | 0 | 77 | 7 | 0 | 462 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11101110 | 0 | 111111 | 111 | 0 | 100110010 | 1100100 | 1000101 |
Color Harmonies of #FF5FEE
Complementary color
Monochromatic Colors of #FF5FEE
Black with #FF5FEE
Text Example
Text Example
White with #FF5FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FEE; }
p { color: rgb(255,95,238); }
H1.HeaderClassName
{
color: #FF5FEE;
}
.AnyTagClassName
{
color: #FF5FEE;
}
</style>
background-color css
<style>
a { background-color: #FF5FEE; }
a { background-color: rgb(255,95,238); }
div.DivClassName
{
background-color: #FF5FEE;
}
.BgClassName
{
background-color: #FF5FEE;
}
</style>
border-color css
<style>
span { border-color: #FF5FEE; }
span { border-color: rgb(255,95,238); }
td.TdClassName
{
border-color: #FF5FEE;
}
.TagClassName
{
border-color: #FF5FEE;
}
</style>