Shades of Pink Flamingo #F653ED
Tints of Pink Flamingo #F653ED
RGB
CMYK
RGB Variations
Color information
#F653ED (or 0xF653ED) is known color: Pink Flamingo. HEX triplet: F6, 53 and ED. RGB value is (246,83,237). Sum of RGB (Red+Green+Blue) = 246+83+237=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 83 (32.81% from 255 or 14.66% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F653ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F653ED is #09AC12. Grayscale: #949494. Windows color (decimal): -633875 or 15553526. OLE color: 15553526.
HSL color Cylindrical-coordinate representation of color #F653ED: hue angle of 303.31º 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 #F653ED is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 237 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.04 |
| HSL | 303.31º | 0.9% | 0.65% | - |
| HSV(B) | 303.31º | 0.66% | 0.96% | - |
| XYZ | 56.39 | 31.89 | 83.31 | - |
| YUV | 149.29 | 177.5 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 237 | 0 | 0.66 | 0.04 | 0.04 | 303.31 | 0.9 | 0.65 |
| Hex | F6 | 53 | ED | 0 | 42 | 4 | 4 | 12F | 5A | 41 |
| Octal | 366 | 123 | 355 | 0 | 102 | 4 | 4 | 457 | 132 | 101 |
| Binary | 11110110 | 1010011 | 11101101 | 0 | 1000010 | 100 | 100 | 100101111 | 1011010 | 1000001 |
Color Harmonies of #F653ED
Complementary color
Monochromatic Colors of #F653ED
Black with #F653ED
Text Example
Text Example
White with #F653ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653ED; }
p { color: rgb(246,83,237); }
H1.HeaderClassName
{
color: #F653ED;
}
.AnyTagClassName
{
color: #F653ED;
}
</style>
background-color css
<style>
a { background-color: #F653ED; }
a { background-color: rgb(246,83,237); }
div.DivClassName
{
background-color: #F653ED;
}
.BgClassName
{
background-color: #F653ED;
}
</style>
border-color css
<style>
span { border-color: #F653ED; }
span { border-color: rgb(246,83,237); }
td.TdClassName
{
border-color: #F653ED;
}
.TagClassName
{
border-color: #F653ED;
}
</style>