Shades of Pink Flamingo #FF5FEA
Tints of Pink Flamingo #FF5FEA
RGB
CMYK
RGB Variations
Color information
#FF5FEA (or 0xFF5FEA) is known color: Pink Flamingo. HEX triplet: FF, 5F and EA. RGB value is (255,95,234). Sum of RGB (Red+Green+Blue) = 255+95+234=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 95 (37.5% from 255 or 16.27% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5FEA is #00A015. Grayscale: #9E9E9E. Windows color (decimal): -40982 or 15359999. OLE color: 15359999.
HSL color Cylindrical-coordinate representation of color #FF5FEA: hue angle of 307.88º 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 #FF5FEA is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 234 | - |
| CMYK | 0 | 0.63 | 0.08 | 0 |
| HSL | 307.88º | 1% | 0.69% | - |
| HSV(B) | 307.88º | 0.63% | 1% | - |
| XYZ | 60.18 | 35.38 | 81.5 | - |
| YUV | 158.69 | 170.51 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 234 | 0 | 0.63 | 0.08 | 0 | 307.88 | 1 | 0.69 |
| Hex | FF | 5F | EA | 0 | 3F | 8 | 0 | 134 | 64 | 45 |
| Octal | 377 | 137 | 352 | 0 | 77 | 10 | 0 | 464 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11101010 | 0 | 111111 | 1000 | 0 | 100110100 | 1100100 | 1000101 |
Color Harmonies of #FF5FEA
Complementary color
Monochromatic Colors of #FF5FEA
Black with #FF5FEA
Text Example
Text Example
White with #FF5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FEA; }
p { color: rgb(255,95,234); }
H1.HeaderClassName
{
color: #FF5FEA;
}
.AnyTagClassName
{
color: #FF5FEA;
}
</style>
background-color css
<style>
a { background-color: #FF5FEA; }
a { background-color: rgb(255,95,234); }
div.DivClassName
{
background-color: #FF5FEA;
}
.BgClassName
{
background-color: #FF5FEA;
}
</style>
border-color css
<style>
span { border-color: #FF5FEA; }
span { border-color: rgb(255,95,234); }
td.TdClassName
{
border-color: #FF5FEA;
}
.TagClassName
{
border-color: #FF5FEA;
}
</style>