Shades of Pink Flamingo #F665EA
Tints of Pink Flamingo #F665EA
RGB
CMYK
RGB Variations
Color information
#F665EA (or 0xF665EA) is known color: Pink Flamingo. HEX triplet: F6, 65 and EA. RGB value is (246,101,234). Sum of RGB (Red+Green+Blue) = 246+101+234=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 101 (39.84% from 255 or 17.38% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F665EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F665EA is #099A15. Grayscale: #9F9F9F. Windows color (decimal): -629270 or 15361526. OLE color: 15361526.
HSL color Cylindrical-coordinate representation of color #F665EA: hue angle of 304.97º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F665EA is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 101 | 234 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.04 |
| HSL | 304.97º | 0.89% | 0.68% | - |
| HSV(B) | 304.97º | 0.59% | 0.96% | - |
| XYZ | 57.51 | 34.84 | 81.54 | - |
| YUV | 159.52 | 170.04 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 234 | 0 | 0.59 | 0.05 | 0.04 | 304.97 | 0.89 | 0.68 |
| Hex | F6 | 65 | EA | 0 | 3B | 5 | 4 | 131 | 59 | 44 |
| Octal | 366 | 145 | 352 | 0 | 73 | 5 | 4 | 461 | 131 | 104 |
| Binary | 11110110 | 1100101 | 11101010 | 0 | 111011 | 101 | 100 | 100110001 | 1011001 | 1000100 |
Color Harmonies of #F665EA
Complementary color
Monochromatic Colors of #F665EA
Black with #F665EA
Text Example
Text Example
White with #F665EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F665EA; }
p { color: rgb(246,101,234); }
H1.HeaderClassName
{
color: #F665EA;
}
.AnyTagClassName
{
color: #F665EA;
}
</style>
background-color css
<style>
a { background-color: #F665EA; }
a { background-color: rgb(246,101,234); }
div.DivClassName
{
background-color: #F665EA;
}
.BgClassName
{
background-color: #F665EA;
}
</style>
border-color css
<style>
span { border-color: #F665EA; }
span { border-color: rgb(246,101,234); }
td.TdClassName
{
border-color: #F665EA;
}
.TagClassName
{
border-color: #F665EA;
}
</style>