Shades of Pink Flamingo #F967ED
Tints of Pink Flamingo #F967ED
RGB
CMYK
RGB Variations
Color information
#F967ED (or 0xF967ED) is known color: Pink Flamingo. HEX triplet: F9, 67 and ED. RGB value is (249,103,237). Sum of RGB (Red+Green+Blue) = 249+103+237=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 103 (40.62% from 255 or 17.49% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F967ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F967ED is #069812. Grayscale: #A1A1A1. Windows color (decimal): -432147 or 15558649. OLE color: 15558649.
HSL color Cylindrical-coordinate representation of color #F967ED: hue angle of 304.93º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F967ED is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 237 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.02 |
| HSL | 304.93º | 0.92% | 0.69% | - |
| HSV(B) | 304.93º | 0.59% | 0.98% | - |
| XYZ | 59.2 | 35.95 | 83.94 | - |
| YUV | 161.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 237 | 0 | 0.59 | 0.05 | 0.02 | 304.93 | 0.92 | 0.69 |
| Hex | F9 | 67 | ED | 0 | 3B | 5 | 2 | 131 | 5C | 45 |
| Octal | 371 | 147 | 355 | 0 | 73 | 5 | 2 | 461 | 134 | 105 |
| Binary | 11111001 | 1100111 | 11101101 | 0 | 111011 | 101 | 10 | 100110001 | 1011100 | 1000101 |
Color Harmonies of #F967ED
Complementary color
Monochromatic Colors of #F967ED
Black with #F967ED
Text Example
Text Example
White with #F967ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F967ED; }
p { color: rgb(249,103,237); }
H1.HeaderClassName
{
color: #F967ED;
}
.AnyTagClassName
{
color: #F967ED;
}
</style>
background-color css
<style>
a { background-color: #F967ED; }
a { background-color: rgb(249,103,237); }
div.DivClassName
{
background-color: #F967ED;
}
.BgClassName
{
background-color: #F967ED;
}
</style>
border-color css
<style>
span { border-color: #F967ED; }
span { border-color: rgb(249,103,237); }
td.TdClassName
{
border-color: #F967ED;
}
.TagClassName
{
border-color: #F967ED;
}
</style>