Shades of Pink Flamingo #F862F5
Tints of Pink Flamingo #F862F5
RGB
CMYK
RGB Variations
Color information
#F862F5 (or 0xF862F5) is known color: Pink Flamingo. HEX triplet: F8, 62 and F5. RGB value is (248,98,245). Sum of RGB (Red+Green+Blue) = 248+98+245=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 98 (38.67% from 255 or 16.58% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F862F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F862F5 is #079D0A. Grayscale: #9F9F9F. Windows color (decimal): -498955 or 16081656. OLE color: 16081656.
HSL color Cylindrical-coordinate representation of color #F862F5: hue angle of 301.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 #F862F5 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 245 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.03 |
| HSL | 301.2º | 0.91% | 0.68% | - |
| HSV(B) | 301.2º | 0.6% | 0.97% | - |
| XYZ | 59.56 | 35.28 | 90.06 | - |
| YUV | 159.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 245 | 0 | 0.60 | 0.01 | 0.03 | 301.2 | 0.91 | 0.68 |
| Hex | F8 | 62 | F5 | 0 | 3C | 1 | 3 | 12D | 5B | 44 |
| Octal | 370 | 142 | 365 | 0 | 74 | 1 | 3 | 455 | 133 | 104 |
| Binary | 11111000 | 1100010 | 11110101 | 0 | 111100 | 1 | 11 | 100101101 | 1011011 | 1000100 |
Color Harmonies of #F862F5
Complementary color
Monochromatic Colors of #F862F5
Black with #F862F5
Text Example
Text Example
White with #F862F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F862F5; }
p { color: rgb(248,98,245); }
H1.HeaderClassName
{
color: #F862F5;
}
.AnyTagClassName
{
color: #F862F5;
}
</style>
background-color css
<style>
a { background-color: #F862F5; }
a { background-color: rgb(248,98,245); }
div.DivClassName
{
background-color: #F862F5;
}
.BgClassName
{
background-color: #F862F5;
}
</style>
border-color css
<style>
span { border-color: #F862F5; }
span { border-color: rgb(248,98,245); }
td.TdClassName
{
border-color: #F862F5;
}
.TagClassName
{
border-color: #F862F5;
}
</style>