Shades of Pink Flamingo #F867ED
Tints of Pink Flamingo #F867ED
RGB
CMYK
RGB Variations
Color information
#F867ED (or 0xF867ED) is known color: Pink Flamingo. HEX triplet: F8, 67 and ED. RGB value is (248,103,237). Sum of RGB (Red+Green+Blue) = 248+103+237=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 103 (40.62% from 255 or 17.52% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F867ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F867ED is #079812. Grayscale: #A1A1A1. Windows color (decimal): -497683 or 15558648. OLE color: 15558648.
HSL color Cylindrical-coordinate representation of color #F867ED: hue angle of 304.55º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F867ED is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 103 | 237 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.03 |
| HSL | 304.55º | 0.91% | 0.69% | - |
| HSV(B) | 304.55º | 0.58% | 0.97% | - |
| XYZ | 58.85 | 35.77 | 83.92 | - |
| YUV | 161.63 | 170.54 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 103 | 237 | 0 | 0.58 | 0.04 | 0.03 | 304.55 | 0.91 | 0.69 |
| Hex | F8 | 67 | ED | 0 | 3A | 4 | 3 | 131 | 5B | 45 |
| Octal | 370 | 147 | 355 | 0 | 72 | 4 | 3 | 461 | 133 | 105 |
| Binary | 11111000 | 1100111 | 11101101 | 0 | 111010 | 100 | 11 | 100110001 | 1011011 | 1000101 |
Color Harmonies of #F867ED
Complementary color
Monochromatic Colors of #F867ED
Black with #F867ED
Text Example
Text Example
White with #F867ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F867ED; }
p { color: rgb(248,103,237); }
H1.HeaderClassName
{
color: #F867ED;
}
.AnyTagClassName
{
color: #F867ED;
}
</style>
background-color css
<style>
a { background-color: #F867ED; }
a { background-color: rgb(248,103,237); }
div.DivClassName
{
background-color: #F867ED;
}
.BgClassName
{
background-color: #F867ED;
}
</style>
border-color css
<style>
span { border-color: #F867ED; }
span { border-color: rgb(248,103,237); }
td.TdClassName
{
border-color: #F867ED;
}
.TagClassName
{
border-color: #F867ED;
}
</style>