Shades of Pink Flamingo #F653F0
Tints of Pink Flamingo #F653F0
RGB
CMYK
RGB Variations
Color information
#F653F0 (or 0xF653F0) is known color: Pink Flamingo. HEX triplet: F6, 53 and F0. RGB value is (246,83,240). Sum of RGB (Red+Green+Blue) = 246+83+240=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 83 (32.81% from 255 or 14.59% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F653F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F653F0 is #09AC0F. Grayscale: #959595. Windows color (decimal): -633872 or 15750134. OLE color: 15750134.
HSL color Cylindrical-coordinate representation of color #F653F0: hue angle of 302.21º 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 #F653F0 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 240 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.04 |
| HSL | 302.21º | 0.9% | 0.65% | - |
| HSV(B) | 302.21º | 0.66% | 0.96% | - |
| XYZ | 56.83 | 32.07 | 85.63 | - |
| YUV | 149.64 | 179 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 240 | 0 | 0.66 | 0.02 | 0.04 | 302.21 | 0.9 | 0.65 |
| Hex | F6 | 53 | F0 | 0 | 42 | 2 | 4 | 12E | 5A | 41 |
| Octal | 366 | 123 | 360 | 0 | 102 | 2 | 4 | 456 | 132 | 101 |
| Binary | 11110110 | 1010011 | 11110000 | 0 | 1000010 | 10 | 100 | 100101110 | 1011010 | 1000001 |
Color Harmonies of #F653F0
Complementary color
Monochromatic Colors of #F653F0
Black with #F653F0
Text Example
Text Example
White with #F653F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653F0; }
p { color: rgb(246,83,240); }
H1.HeaderClassName
{
color: #F653F0;
}
.AnyTagClassName
{
color: #F653F0;
}
</style>
background-color css
<style>
a { background-color: #F653F0; }
a { background-color: rgb(246,83,240); }
div.DivClassName
{
background-color: #F653F0;
}
.BgClassName
{
background-color: #F653F0;
}
</style>
border-color css
<style>
span { border-color: #F653F0; }
span { border-color: rgb(246,83,240); }
td.TdClassName
{
border-color: #F653F0;
}
.TagClassName
{
border-color: #F653F0;
}
</style>