Shades of Pink Flamingo #FF5FEF
Tints of Pink Flamingo #FF5FEF
RGB
CMYK
RGB Variations
Color information
#FF5FEF (or 0xFF5FEF) is known color: Pink Flamingo. HEX triplet: FF, 5F and EF. RGB value is (255,95,239). Sum of RGB (Red+Green+Blue) = 255+95+239=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 95 (37.5% from 255 or 16.13% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5FEF is #00A010. Grayscale: #9E9E9E. Windows color (decimal): -40977 or 15687679. OLE color: 15687679.
HSL color Cylindrical-coordinate representation of color #FF5FEF: hue angle of 306º 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 #FF5FEF is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 239 | - |
| CMYK | 0 | 0.63 | 0.06 | 0 |
| HSL | 306º | 1% | 0.69% | - |
| HSV(B) | 306º | 0.63% | 1% | - |
| XYZ | 60.91 | 35.68 | 85.34 | - |
| YUV | 159.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 239 | 0 | 0.63 | 0.06 | 0 | 306 | 1 | 0.69 |
| Hex | FF | 5F | EF | 0 | 3F | 6 | 0 | 132 | 64 | 45 |
| Octal | 377 | 137 | 357 | 0 | 77 | 6 | 0 | 462 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11101111 | 0 | 111111 | 110 | 0 | 100110010 | 1100100 | 1000101 |
Color Harmonies of #FF5FEF
Complementary color
Monochromatic Colors of #FF5FEF
Black with #FF5FEF
Text Example
Text Example
White with #FF5FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FEF; }
p { color: rgb(255,95,239); }
H1.HeaderClassName
{
color: #FF5FEF;
}
.AnyTagClassName
{
color: #FF5FEF;
}
</style>
background-color css
<style>
a { background-color: #FF5FEF; }
a { background-color: rgb(255,95,239); }
div.DivClassName
{
background-color: #FF5FEF;
}
.BgClassName
{
background-color: #FF5FEF;
}
</style>
border-color css
<style>
span { border-color: #FF5FEF; }
span { border-color: rgb(255,95,239); }
td.TdClassName
{
border-color: #FF5FEF;
}
.TagClassName
{
border-color: #FF5FEF;
}
</style>