Shades of Pink Flamingo #F864F0
Tints of Pink Flamingo #F864F0
RGB
CMYK
RGB Variations
Color information
#F864F0 (or 0xF864F0) is known color: Pink Flamingo. HEX triplet: F8, 64 and F0. RGB value is (248,100,240). Sum of RGB (Red+Green+Blue) = 248+100+240=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 100 (39.45% from 255 or 17.01% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F864F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F864F0 is #079B0F. Grayscale: #9F9F9F. Windows color (decimal): -498448 or 15754488. OLE color: 15754488.
HSL color Cylindrical-coordinate representation of color #F864F0: hue angle of 303.24º 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 #F864F0 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 240 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.03 |
| HSL | 303.24º | 0.91% | 0.68% | - |
| HSV(B) | 303.24º | 0.6% | 0.97% | - |
| XYZ | 59 | 35.36 | 86.15 | - |
| YUV | 160.21 | 173.03 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 240 | 0 | 0.60 | 0.03 | 0.03 | 303.24 | 0.91 | 0.68 |
| Hex | F8 | 64 | F0 | 0 | 3C | 3 | 3 | 12F | 5B | 44 |
| Octal | 370 | 144 | 360 | 0 | 74 | 3 | 3 | 457 | 133 | 104 |
| Binary | 11111000 | 1100100 | 11110000 | 0 | 111100 | 11 | 11 | 100101111 | 1011011 | 1000100 |
Color Harmonies of #F864F0
Complementary color
Monochromatic Colors of #F864F0
Black with #F864F0
Text Example
Text Example
White with #F864F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F864F0; }
p { color: rgb(248,100,240); }
H1.HeaderClassName
{
color: #F864F0;
}
.AnyTagClassName
{
color: #F864F0;
}
</style>
background-color css
<style>
a { background-color: #F864F0; }
a { background-color: rgb(248,100,240); }
div.DivClassName
{
background-color: #F864F0;
}
.BgClassName
{
background-color: #F864F0;
}
</style>
border-color css
<style>
span { border-color: #F864F0; }
span { border-color: rgb(248,100,240); }
td.TdClassName
{
border-color: #F864F0;
}
.TagClassName
{
border-color: #F864F0;
}
</style>