Shades of Pink Flamingo #F862F0
Tints of Pink Flamingo #F862F0
RGB
CMYK
RGB Variations
Color information
#F862F0 (or 0xF862F0) is known color: Pink Flamingo. HEX triplet: F8, 62 and F0. RGB value is (248,98,240). Sum of RGB (Red+Green+Blue) = 248+98+240=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 98 (38.67% from 255 or 16.72% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F862F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F862F0 is #079D0F. Grayscale: #9E9E9E. Windows color (decimal): -498960 or 15753976. OLE color: 15753976.
HSL color Cylindrical-coordinate representation of color #F862F0: hue angle of 303.2º 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 #F862F0 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 240 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.03 |
| HSL | 303.2º | 0.91% | 0.68% | - |
| HSV(B) | 303.2º | 0.6% | 0.97% | - |
| XYZ | 58.81 | 34.98 | 86.09 | - |
| YUV | 159.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 240 | 0 | 0.60 | 0.03 | 0.03 | 303.2 | 0.91 | 0.68 |
| Hex | F8 | 62 | F0 | 0 | 3C | 3 | 3 | 12F | 5B | 44 |
| Octal | 370 | 142 | 360 | 0 | 74 | 3 | 3 | 457 | 133 | 104 |
| Binary | 11111000 | 1100010 | 11110000 | 0 | 111100 | 11 | 11 | 100101111 | 1011011 | 1000100 |
Color Harmonies of #F862F0
Complementary color
Monochromatic Colors of #F862F0
Black with #F862F0
Text Example
Text Example
White with #F862F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F862F0; }
p { color: rgb(248,98,240); }
H1.HeaderClassName
{
color: #F862F0;
}
.AnyTagClassName
{
color: #F862F0;
}
</style>
background-color css
<style>
a { background-color: #F862F0; }
a { background-color: rgb(248,98,240); }
div.DivClassName
{
background-color: #F862F0;
}
.BgClassName
{
background-color: #F862F0;
}
</style>
border-color css
<style>
span { border-color: #F862F0; }
span { border-color: rgb(248,98,240); }
td.TdClassName
{
border-color: #F862F0;
}
.TagClassName
{
border-color: #F862F0;
}
</style>