Shades of Pink Flamingo #F167EE
Tints of Pink Flamingo #F167EE
RGB
CMYK
RGB Variations
Color information
#F167EE (or 0xF167EE) is known color: Pink Flamingo. HEX triplet: F1, 67 and EE. RGB value is (241,103,238). Sum of RGB (Red+Green+Blue) = 241+103+238=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 103 (40.62% from 255 or 17.70% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F167EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F167EE is #0E9811. Grayscale: #9F9F9F. Windows color (decimal): -956434 or 15624177. OLE color: 15624177.
HSL color Cylindrical-coordinate representation of color #F167EE: hue angle of 301.3º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F167EE is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 238 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.05 |
| HSL | 301.3º | 0.83% | 0.67% | - |
| HSV(B) | 301.3º | 0.57% | 0.95% | - |
| XYZ | 56.56 | 34.57 | 84.58 | - |
| YUV | 159.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 238 | 0 | 0.57 | 0.01 | 0.05 | 301.3 | 0.83 | 0.67 |
| Hex | F1 | 67 | EE | 0 | 39 | 1 | 5 | 12D | 53 | 43 |
| Octal | 361 | 147 | 356 | 0 | 71 | 1 | 5 | 455 | 123 | 103 |
| Binary | 11110001 | 1100111 | 11101110 | 0 | 111001 | 1 | 101 | 100101101 | 1010011 | 1000011 |
Color Harmonies of #F167EE
Complementary color
Monochromatic Colors of #F167EE
Black with #F167EE
Text Example
Text Example
White with #F167EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F167EE; }
p { color: rgb(241,103,238); }
H1.HeaderClassName
{
color: #F167EE;
}
.AnyTagClassName
{
color: #F167EE;
}
</style>
background-color css
<style>
a { background-color: #F167EE; }
a { background-color: rgb(241,103,238); }
div.DivClassName
{
background-color: #F167EE;
}
.BgClassName
{
background-color: #F167EE;
}
</style>
border-color css
<style>
span { border-color: #F167EE; }
span { border-color: rgb(241,103,238); }
td.TdClassName
{
border-color: #F167EE;
}
.TagClassName
{
border-color: #F167EE;
}
</style>