Shades of Pink Flamingo #FF61EF
Tints of Pink Flamingo #FF61EF
RGB
CMYK
RGB Variations
Color information
#FF61EF (or 0xFF61EF) is known color: Pink Flamingo. HEX triplet: FF, 61 and EF. RGB value is (255,97,239). Sum of RGB (Red+Green+Blue) = 255+97+239=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 97 (38.28% from 255 or 16.41% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF61EF is #009E10. Grayscale: #A0A0A0. Windows color (decimal): -40465 or 15688191. OLE color: 15688191.
HSL color Cylindrical-coordinate representation of color #FF61EF: hue angle of 306.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF61EF is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 239 | - |
| CMYK | 0 | 0.62 | 0.06 | 0 |
| HSL | 306.08º | 1% | 0.69% | - |
| HSV(B) | 306.08º | 0.62% | 1% | - |
| XYZ | 61.09 | 36.04 | 85.4 | - |
| YUV | 160.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 239 | 0 | 0.62 | 0.06 | 0 | 306.08 | 1 | 0.69 |
| Hex | FF | 61 | EF | 0 | 3E | 6 | 0 | 132 | 64 | 45 |
| Octal | 377 | 141 | 357 | 0 | 76 | 6 | 0 | 462 | 144 | 105 |
| Binary | 11111111 | 1100001 | 11101111 | 0 | 111110 | 110 | 0 | 100110010 | 1100100 | 1000101 |
Color Harmonies of #FF61EF
Complementary color
Monochromatic Colors of #FF61EF
Black with #FF61EF
Text Example
Text Example
White with #FF61EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF61EF; }
p { color: rgb(255,97,239); }
H1.HeaderClassName
{
color: #FF61EF;
}
.AnyTagClassName
{
color: #FF61EF;
}
</style>
background-color css
<style>
a { background-color: #FF61EF; }
a { background-color: rgb(255,97,239); }
div.DivClassName
{
background-color: #FF61EF;
}
.BgClassName
{
background-color: #FF61EF;
}
</style>
border-color css
<style>
span { border-color: #FF61EF; }
span { border-color: rgb(255,97,239); }
td.TdClassName
{
border-color: #FF61EF;
}
.TagClassName
{
border-color: #FF61EF;
}
</style>