Shades of Pink Flamingo #F65EEA
Tints of Pink Flamingo #F65EEA
RGB
CMYK
RGB Variations
Color information
#F65EEA (or 0xF65EEA) is known color: Pink Flamingo. HEX triplet: F6, 5E and EA. RGB value is (246,94,234). Sum of RGB (Red+Green+Blue) = 246+94+234=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 94 (37.11% from 255 or 16.38% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F65EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65EEA is #09A115. Grayscale: #9B9B9B. Windows color (decimal): -631062 or 15359734. OLE color: 15359734.
HSL color Cylindrical-coordinate representation of color #F65EEA: hue angle of 304.74º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65EEA is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 234 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.04 |
| HSL | 304.74º | 0.89% | 0.67% | - |
| HSV(B) | 304.74º | 0.62% | 0.96% | - |
| XYZ | 56.86 | 33.54 | 81.32 | - |
| YUV | 155.41 | 172.36 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 234 | 0 | 0.62 | 0.05 | 0.04 | 304.74 | 0.89 | 0.67 |
| Hex | F6 | 5E | EA | 0 | 3E | 5 | 4 | 131 | 59 | 43 |
| Octal | 366 | 136 | 352 | 0 | 76 | 5 | 4 | 461 | 131 | 103 |
| Binary | 11110110 | 1011110 | 11101010 | 0 | 111110 | 101 | 100 | 100110001 | 1011001 | 1000011 |
Color Harmonies of #F65EEA
Complementary color
Monochromatic Colors of #F65EEA
Black with #F65EEA
Text Example
Text Example
White with #F65EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65EEA; }
p { color: rgb(246,94,234); }
H1.HeaderClassName
{
color: #F65EEA;
}
.AnyTagClassName
{
color: #F65EEA;
}
</style>
background-color css
<style>
a { background-color: #F65EEA; }
a { background-color: rgb(246,94,234); }
div.DivClassName
{
background-color: #F65EEA;
}
.BgClassName
{
background-color: #F65EEA;
}
</style>
border-color css
<style>
span { border-color: #F65EEA; }
span { border-color: rgb(246,94,234); }
td.TdClassName
{
border-color: #F65EEA;
}
.TagClassName
{
border-color: #F65EEA;
}
</style>