Shades of Pink Flamingo #F652ED
Tints of Pink Flamingo #F652ED
RGB
CMYK
RGB Variations
Color information
#F652ED (or 0xF652ED) is known color: Pink Flamingo. HEX triplet: F6, 52 and ED. RGB value is (246,82,237). Sum of RGB (Red+Green+Blue) = 246+82+237=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 82 (32.42% from 255 or 14.51% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F652ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F652ED is #09AD12. Grayscale: #949494. Windows color (decimal): -634131 or 15553270. OLE color: 15553270.
HSL color Cylindrical-coordinate representation of color #F652ED: hue angle of 303.29º 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 #F652ED is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 237 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.04 |
| HSL | 303.29º | 0.9% | 0.64% | - |
| HSV(B) | 303.29º | 0.67% | 0.96% | - |
| XYZ | 56.31 | 31.74 | 83.28 | - |
| YUV | 148.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 237 | 0 | 0.67 | 0.04 | 0.04 | 303.29 | 0.9 | 0.64 |
| Hex | F6 | 52 | ED | 0 | 43 | 4 | 4 | 12F | 5A | 40 |
| Octal | 366 | 122 | 355 | 0 | 103 | 4 | 4 | 457 | 132 | 100 |
| Binary | 11110110 | 1010010 | 11101101 | 0 | 1000011 | 100 | 100 | 100101111 | 1011010 | 1000000 |
Color Harmonies of #F652ED
Complementary color
Monochromatic Colors of #F652ED
Black with #F652ED
Text Example
Text Example
White with #F652ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F652ED; }
p { color: rgb(246,82,237); }
H1.HeaderClassName
{
color: #F652ED;
}
.AnyTagClassName
{
color: #F652ED;
}
</style>
background-color css
<style>
a { background-color: #F652ED; }
a { background-color: rgb(246,82,237); }
div.DivClassName
{
background-color: #F652ED;
}
.BgClassName
{
background-color: #F652ED;
}
</style>
border-color css
<style>
span { border-color: #F652ED; }
span { border-color: rgb(246,82,237); }
td.TdClassName
{
border-color: #F652ED;
}
.TagClassName
{
border-color: #F652ED;
}
</style>