Shades of Pink Flamingo #F652F2
Tints of Pink Flamingo #F652F2
RGB
CMYK
RGB Variations
Color information
#F652F2 (or 0xF652F2) is known color: Pink Flamingo. HEX triplet: F6, 52 and F2. RGB value is (246,82,242). Sum of RGB (Red+Green+Blue) = 246+82+242=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 82 (32.42% from 255 or 14.39% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F652F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F652F2 is #09AD0D. Grayscale: #949494. Windows color (decimal): -634126 or 15880950. OLE color: 15880950.
HSL color Cylindrical-coordinate representation of color #F652F2: hue angle of 301.46º 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 #F652F2 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 242 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.04 |
| HSL | 301.46º | 0.9% | 0.64% | - |
| HSV(B) | 301.46º | 0.67% | 0.96% | - |
| XYZ | 57.05 | 32.04 | 87.18 | - |
| YUV | 149.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 242 | 0 | 0.67 | 0.02 | 0.04 | 301.46 | 0.9 | 0.64 |
| Hex | F6 | 52 | F2 | 0 | 43 | 2 | 4 | 12D | 5A | 40 |
| Octal | 366 | 122 | 362 | 0 | 103 | 2 | 4 | 455 | 132 | 100 |
| Binary | 11110110 | 1010010 | 11110010 | 0 | 1000011 | 10 | 100 | 100101101 | 1011010 | 1000000 |
Color Harmonies of #F652F2
Complementary color
Monochromatic Colors of #F652F2
Black with #F652F2
Text Example
Text Example
White with #F652F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F652F2; }
p { color: rgb(246,82,242); }
H1.HeaderClassName
{
color: #F652F2;
}
.AnyTagClassName
{
color: #F652F2;
}
</style>
background-color css
<style>
a { background-color: #F652F2; }
a { background-color: rgb(246,82,242); }
div.DivClassName
{
background-color: #F652F2;
}
.BgClassName
{
background-color: #F652F2;
}
</style>
border-color css
<style>
span { border-color: #F652F2; }
span { border-color: rgb(246,82,242); }
td.TdClassName
{
border-color: #F652F2;
}
.TagClassName
{
border-color: #F652F2;
}
</style>