Shades of Pink Flamingo #F65AEE
Tints of Pink Flamingo #F65AEE
RGB
CMYK
RGB Variations
Color information
#F65AEE (or 0xF65AEE) is known color: Pink Flamingo. HEX triplet: F6, 5A and EE. RGB value is (246,90,238). Sum of RGB (Red+Green+Blue) = 246+90+238=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 90 (35.55% from 255 or 15.68% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F65AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65AEE is #09A511. Grayscale: #999999. Windows color (decimal): -632082 or 15620854. OLE color: 15620854.
HSL color Cylindrical-coordinate representation of color #F65AEE: hue angle of 303.08º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65AEE is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 238 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.04 |
| HSL | 303.08º | 0.9% | 0.66% | - |
| HSV(B) | 303.08º | 0.63% | 0.96% | - |
| XYZ | 57.09 | 33.08 | 84.26 | - |
| YUV | 153.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 238 | 0 | 0.63 | 0.03 | 0.04 | 303.08 | 0.9 | 0.66 |
| Hex | F6 | 5A | EE | 0 | 3F | 3 | 4 | 12F | 5A | 42 |
| Octal | 366 | 132 | 356 | 0 | 77 | 3 | 4 | 457 | 132 | 102 |
| Binary | 11110110 | 1011010 | 11101110 | 0 | 111111 | 11 | 100 | 100101111 | 1011010 | 1000010 |
Color Harmonies of #F65AEE
Complementary color
Monochromatic Colors of #F65AEE
Black with #F65AEE
Text Example
Text Example
White with #F65AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65AEE; }
p { color: rgb(246,90,238); }
H1.HeaderClassName
{
color: #F65AEE;
}
.AnyTagClassName
{
color: #F65AEE;
}
</style>
background-color css
<style>
a { background-color: #F65AEE; }
a { background-color: rgb(246,90,238); }
div.DivClassName
{
background-color: #F65AEE;
}
.BgClassName
{
background-color: #F65AEE;
}
</style>
border-color css
<style>
span { border-color: #F65AEE; }
span { border-color: rgb(246,90,238); }
td.TdClassName
{
border-color: #F65AEE;
}
.TagClassName
{
border-color: #F65AEE;
}
</style>