Shades of Pink Flamingo #F864F2
Tints of Pink Flamingo #F864F2
RGB
CMYK
RGB Variations
Color information
#F864F2 (or 0xF864F2) is known color: Pink Flamingo. HEX triplet: F8, 64 and F2. RGB value is (248,100,242). Sum of RGB (Red+Green+Blue) = 248+100+242=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 100 (39.45% from 255 or 16.95% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F864F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F864F2 is #079B0D. Grayscale: #A0A0A0. Windows color (decimal): -498446 or 15885560. OLE color: 15885560.
HSL color Cylindrical-coordinate representation of color #F864F2: hue angle of 302.43º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F864F2 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 242 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.03 |
| HSL | 302.43º | 0.91% | 0.68% | - |
| HSV(B) | 302.43º | 0.6% | 0.97% | - |
| XYZ | 59.3 | 35.48 | 87.73 | - |
| YUV | 160.44 | 174.03 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 242 | 0 | 0.60 | 0.02 | 0.03 | 302.43 | 0.91 | 0.68 |
| Hex | F8 | 64 | F2 | 0 | 3C | 2 | 3 | 12E | 5B | 44 |
| Octal | 370 | 144 | 362 | 0 | 74 | 2 | 3 | 456 | 133 | 104 |
| Binary | 11111000 | 1100100 | 11110010 | 0 | 111100 | 10 | 11 | 100101110 | 1011011 | 1000100 |
Color Harmonies of #F864F2
Complementary color
Monochromatic Colors of #F864F2
Black with #F864F2
Text Example
Text Example
White with #F864F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F864F2; }
p { color: rgb(248,100,242); }
H1.HeaderClassName
{
color: #F864F2;
}
.AnyTagClassName
{
color: #F864F2;
}
</style>
background-color css
<style>
a { background-color: #F864F2; }
a { background-color: rgb(248,100,242); }
div.DivClassName
{
background-color: #F864F2;
}
.BgClassName
{
background-color: #F864F2;
}
</style>
border-color css
<style>
span { border-color: #F864F2; }
span { border-color: rgb(248,100,242); }
td.TdClassName
{
border-color: #F864F2;
}
.TagClassName
{
border-color: #F864F2;
}
</style>