Shades of Pink Flamingo #F652F0
Tints of Pink Flamingo #F652F0
RGB
CMYK
RGB Variations
Color information
#F652F0 (or 0xF652F0) is known color: Pink Flamingo. HEX triplet: F6, 52 and F0. RGB value is (246,82,240). Sum of RGB (Red+Green+Blue) = 246+82+240=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 82 (32.42% from 255 or 14.44% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F652F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F652F0 is #09AD0F. Grayscale: #949494. Windows color (decimal): -634128 or 15749878. OLE color: 15749878.
HSL color Cylindrical-coordinate representation of color #F652F0: hue angle of 302.2º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F652F0 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 240 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.04 |
| HSL | 302.2º | 0.9% | 0.64% | - |
| HSV(B) | 302.2º | 0.67% | 0.96% | - |
| XYZ | 56.75 | 31.92 | 85.61 | - |
| YUV | 149.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 240 | 0 | 0.67 | 0.02 | 0.04 | 302.2 | 0.9 | 0.64 |
| Hex | F6 | 52 | F0 | 0 | 43 | 2 | 4 | 12E | 5A | 40 |
| Octal | 366 | 122 | 360 | 0 | 103 | 2 | 4 | 456 | 132 | 100 |
| Binary | 11110110 | 1010010 | 11110000 | 0 | 1000011 | 10 | 100 | 100101110 | 1011010 | 1000000 |
Color Harmonies of #F652F0
Complementary color
Monochromatic Colors of #F652F0
Black with #F652F0
Text Example
Text Example
White with #F652F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F652F0; }
p { color: rgb(246,82,240); }
H1.HeaderClassName
{
color: #F652F0;
}
.AnyTagClassName
{
color: #F652F0;
}
</style>
background-color css
<style>
a { background-color: #F652F0; }
a { background-color: rgb(246,82,240); }
div.DivClassName
{
background-color: #F652F0;
}
.BgClassName
{
background-color: #F652F0;
}
</style>
border-color css
<style>
span { border-color: #F652F0; }
span { border-color: rgb(246,82,240); }
td.TdClassName
{
border-color: #F652F0;
}
.TagClassName
{
border-color: #F652F0;
}
</style>