Shades of Pink Flamingo #F864F1
Tints of Pink Flamingo #F864F1
RGB
CMYK
RGB Variations
Color information
#F864F1 (or 0xF864F1) is known color: Pink Flamingo. HEX triplet: F8, 64 and F1. RGB value is (248,100,241). Sum of RGB (Red+Green+Blue) = 248+100+241=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 100 (39.45% from 255 or 16.98% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F864F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F864F1 is #079B0E. Grayscale: #9F9F9F. Windows color (decimal): -498447 or 15820024. OLE color: 15820024.
HSL color Cylindrical-coordinate representation of color #F864F1: hue angle of 302.84º 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 #F864F1 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 241 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.03 |
| HSL | 302.84º | 0.91% | 0.68% | - |
| HSV(B) | 302.84º | 0.6% | 0.97% | - |
| XYZ | 59.15 | 35.42 | 86.94 | - |
| YUV | 160.33 | 173.53 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 241 | 0 | 0.60 | 0.03 | 0.03 | 302.84 | 0.91 | 0.68 |
| Hex | F8 | 64 | F1 | 0 | 3C | 3 | 3 | 12F | 5B | 44 |
| Octal | 370 | 144 | 361 | 0 | 74 | 3 | 3 | 457 | 133 | 104 |
| Binary | 11111000 | 1100100 | 11110001 | 0 | 111100 | 11 | 11 | 100101111 | 1011011 | 1000100 |
Color Harmonies of #F864F1
Complementary color
Monochromatic Colors of #F864F1
Black with #F864F1
Text Example
Text Example
White with #F864F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F864F1; }
p { color: rgb(248,100,241); }
H1.HeaderClassName
{
color: #F864F1;
}
.AnyTagClassName
{
color: #F864F1;
}
</style>
background-color css
<style>
a { background-color: #F864F1; }
a { background-color: rgb(248,100,241); }
div.DivClassName
{
background-color: #F864F1;
}
.BgClassName
{
background-color: #F864F1;
}
</style>
border-color css
<style>
span { border-color: #F864F1; }
span { border-color: rgb(248,100,241); }
td.TdClassName
{
border-color: #F864F1;
}
.TagClassName
{
border-color: #F864F1;
}
</style>