Shades of Pink Flamingo #F653F2
Tints of Pink Flamingo #F653F2
RGB
CMYK
RGB Variations
Color information
#F653F2 (or 0xF653F2) is known color: Pink Flamingo. HEX triplet: F6, 53 and F2. RGB value is (246,83,242). Sum of RGB (Red+Green+Blue) = 246+83+242=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 83 (32.81% from 255 or 14.54% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F653F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F653F2 is #09AC0D. Grayscale: #959595. Windows color (decimal): -633870 or 15881206. OLE color: 15881206.
HSL color Cylindrical-coordinate representation of color #F653F2: hue angle of 301.47º 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 #F653F2 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 242 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.04 |
| HSL | 301.47º | 0.9% | 0.65% | - |
| HSV(B) | 301.47º | 0.66% | 0.96% | - |
| XYZ | 57.13 | 32.19 | 87.21 | - |
| YUV | 149.86 | 180 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 242 | 0 | 0.66 | 0.02 | 0.04 | 301.47 | 0.9 | 0.65 |
| Hex | F6 | 53 | F2 | 0 | 42 | 2 | 4 | 12D | 5A | 41 |
| Octal | 366 | 123 | 362 | 0 | 102 | 2 | 4 | 455 | 132 | 101 |
| Binary | 11110110 | 1010011 | 11110010 | 0 | 1000010 | 10 | 100 | 100101101 | 1011010 | 1000001 |
Color Harmonies of #F653F2
Complementary color
Monochromatic Colors of #F653F2
Black with #F653F2
Text Example
Text Example
White with #F653F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653F2; }
p { color: rgb(246,83,242); }
H1.HeaderClassName
{
color: #F653F2;
}
.AnyTagClassName
{
color: #F653F2;
}
</style>
background-color css
<style>
a { background-color: #F653F2; }
a { background-color: rgb(246,83,242); }
div.DivClassName
{
background-color: #F653F2;
}
.BgClassName
{
background-color: #F653F2;
}
</style>
border-color css
<style>
span { border-color: #F653F2; }
span { border-color: rgb(246,83,242); }
td.TdClassName
{
border-color: #F653F2;
}
.TagClassName
{
border-color: #F653F2;
}
</style>