Shades of Pink Flamingo #F862EE
Tints of Pink Flamingo #F862EE
RGB
CMYK
RGB Variations
Color information
#F862EE (or 0xF862EE) is known color: Pink Flamingo. HEX triplet: F8, 62 and EE. RGB value is (248,98,238). Sum of RGB (Red+Green+Blue) = 248+98+238=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 98 (38.67% from 255 or 16.78% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F862EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F862EE is #079D11. Grayscale: #9E9E9E. Windows color (decimal): -498962 or 15622904. OLE color: 15622904.
HSL color Cylindrical-coordinate representation of color #F862EE: hue angle of 304º 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 #F862EE is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 238 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.03 |
| HSL | 304º | 0.91% | 0.68% | - |
| HSV(B) | 304º | 0.6% | 0.97% | - |
| XYZ | 58.51 | 34.86 | 84.53 | - |
| YUV | 158.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 238 | 0 | 0.60 | 0.04 | 0.03 | 304 | 0.91 | 0.68 |
| Hex | F8 | 62 | EE | 0 | 3C | 4 | 3 | 130 | 5B | 44 |
| Octal | 370 | 142 | 356 | 0 | 74 | 4 | 3 | 460 | 133 | 104 |
| Binary | 11111000 | 1100010 | 11101110 | 0 | 111100 | 100 | 11 | 100110000 | 1011011 | 1000100 |
Color Harmonies of #F862EE
Complementary color
Monochromatic Colors of #F862EE
Black with #F862EE
Text Example
Text Example
White with #F862EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F862EE; }
p { color: rgb(248,98,238); }
H1.HeaderClassName
{
color: #F862EE;
}
.AnyTagClassName
{
color: #F862EE;
}
</style>
background-color css
<style>
a { background-color: #F862EE; }
a { background-color: rgb(248,98,238); }
div.DivClassName
{
background-color: #F862EE;
}
.BgClassName
{
background-color: #F862EE;
}
</style>
border-color css
<style>
span { border-color: #F862EE; }
span { border-color: rgb(248,98,238); }
td.TdClassName
{
border-color: #F862EE;
}
.TagClassName
{
border-color: #F862EE;
}
</style>