Shades of Pink Flamingo #F468F0
Tints of Pink Flamingo #F468F0
RGB
CMYK
RGB Variations
Color information
#F468F0 (or 0xF468F0) is known color: Pink Flamingo. HEX triplet: F4, 68 and F0. RGB value is (244,104,240). Sum of RGB (Red+Green+Blue) = 244+104+240=588 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.50% from 588); Green value is 104 (41.02% from 255 or 17.69% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 244 - color contains mainly: red. Hex color #F468F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F468F0 is #0B970F. Grayscale: #A0A0A0. Windows color (decimal): -759568 or 15755508. OLE color: 15755508.
HSL color Cylindrical-coordinate representation of color #F468F0: hue angle of 301.71º 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 #F468F0 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 104 | 240 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.04 |
| HSL | 301.71º | 0.86% | 0.68% | - |
| HSV(B) | 301.71º | 0.57% | 0.96% | - |
| XYZ | 57.99 | 35.43 | 86.22 | - |
| YUV | 161.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 104 | 240 | 0 | 0.57 | 0.02 | 0.04 | 301.71 | 0.86 | 0.68 |
| Hex | F4 | 68 | F0 | 0 | 39 | 2 | 4 | 12E | 56 | 44 |
| Octal | 364 | 150 | 360 | 0 | 71 | 2 | 4 | 456 | 126 | 104 |
| Binary | 11110100 | 1101000 | 11110000 | 0 | 111001 | 10 | 100 | 100101110 | 1010110 | 1000100 |
Color Harmonies of #F468F0
Complementary color
Monochromatic Colors of #F468F0
Black with #F468F0
Text Example
Text Example
White with #F468F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F468F0; }
p { color: rgb(244,104,240); }
H1.HeaderClassName
{
color: #F468F0;
}
.AnyTagClassName
{
color: #F468F0;
}
</style>
background-color css
<style>
a { background-color: #F468F0; }
a { background-color: rgb(244,104,240); }
div.DivClassName
{
background-color: #F468F0;
}
.BgClassName
{
background-color: #F468F0;
}
</style>
border-color css
<style>
span { border-color: #F468F0; }
span { border-color: rgb(244,104,240); }
td.TdClassName
{
border-color: #F468F0;
}
.TagClassName
{
border-color: #F468F0;
}
</style>