Shades of Pink Flamingo #F468F2
Tints of Pink Flamingo #F468F2
RGB
CMYK
RGB Variations
Color information
#F468F2 (or 0xF468F2) is known color: Pink Flamingo. HEX triplet: F4, 68 and F2. RGB value is (244,104,242). Sum of RGB (Red+Green+Blue) = 244+104+242=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 104 (41.02% from 255 or 17.63% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F468F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F468F2 is #0B970D. Grayscale: #A1A1A1. Windows color (decimal): -759566 or 15886580. OLE color: 15886580.
HSL color Cylindrical-coordinate representation of color #F468F2: hue angle of 300.86º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F468F2 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 104 | 242 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.04 |
| HSL | 300.86º | 0.86% | 0.68% | - |
| HSV(B) | 300.86º | 0.57% | 0.96% | - |
| XYZ | 58.29 | 35.54 | 87.79 | - |
| YUV | 161.59 | 173.38 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 104 | 242 | 0 | 0.57 | 0.01 | 0.04 | 300.86 | 0.86 | 0.68 |
| Hex | F4 | 68 | F2 | 0 | 39 | 1 | 4 | 12D | 56 | 44 |
| Octal | 364 | 150 | 362 | 0 | 71 | 1 | 4 | 455 | 126 | 104 |
| Binary | 11110100 | 1101000 | 11110010 | 0 | 111001 | 1 | 100 | 100101101 | 1010110 | 1000100 |
Color Harmonies of #F468F2
Complementary color
Monochromatic Colors of #F468F2
Black with #F468F2
Text Example
Text Example
White with #F468F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F468F2; }
p { color: rgb(244,104,242); }
H1.HeaderClassName
{
color: #F468F2;
}
.AnyTagClassName
{
color: #F468F2;
}
</style>
background-color css
<style>
a { background-color: #F468F2; }
a { background-color: rgb(244,104,242); }
div.DivClassName
{
background-color: #F468F2;
}
.BgClassName
{
background-color: #F468F2;
}
</style>
border-color css
<style>
span { border-color: #F468F2; }
span { border-color: rgb(244,104,242); }
td.TdClassName
{
border-color: #F468F2;
}
.TagClassName
{
border-color: #F468F2;
}
</style>