Shades of Pink Flamingo #F653EE
Tints of Pink Flamingo #F653EE
RGB
CMYK
RGB Variations
Color information
#F653EE (or 0xF653EE) is known color: Pink Flamingo. HEX triplet: F6, 53 and EE. RGB value is (246,83,238). Sum of RGB (Red+Green+Blue) = 246+83+238=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 83 (32.81% from 255 or 14.64% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F653EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F653EE is #09AC11. Grayscale: #949494. Windows color (decimal): -633874 or 15619062. OLE color: 15619062.
HSL color Cylindrical-coordinate representation of color #F653EE: hue angle of 302.94º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F653EE is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 238 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.04 |
| HSL | 302.94º | 0.9% | 0.65% | - |
| HSV(B) | 302.94º | 0.66% | 0.96% | - |
| XYZ | 56.53 | 31.95 | 84.08 | - |
| YUV | 149.41 | 178 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 238 | 0 | 0.66 | 0.03 | 0.04 | 302.94 | 0.9 | 0.65 |
| Hex | F6 | 53 | EE | 0 | 42 | 3 | 4 | 12F | 5A | 41 |
| Octal | 366 | 123 | 356 | 0 | 102 | 3 | 4 | 457 | 132 | 101 |
| Binary | 11110110 | 1010011 | 11101110 | 0 | 1000010 | 11 | 100 | 100101111 | 1011010 | 1000001 |
Color Harmonies of #F653EE
Complementary color
Monochromatic Colors of #F653EE
Black with #F653EE
Text Example
Text Example
White with #F653EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653EE; }
p { color: rgb(246,83,238); }
H1.HeaderClassName
{
color: #F653EE;
}
.AnyTagClassName
{
color: #F653EE;
}
</style>
background-color css
<style>
a { background-color: #F653EE; }
a { background-color: rgb(246,83,238); }
div.DivClassName
{
background-color: #F653EE;
}
.BgClassName
{
background-color: #F653EE;
}
</style>
border-color css
<style>
span { border-color: #F653EE; }
span { border-color: rgb(246,83,238); }
td.TdClassName
{
border-color: #F653EE;
}
.TagClassName
{
border-color: #F653EE;
}
</style>