Shades of Pink Flamingo #F167F0
Tints of Pink Flamingo #F167F0
RGB
CMYK
RGB Variations
Color information
#F167F0 (or 0xF167F0) is known color: Pink Flamingo. HEX triplet: F1, 67 and F0. RGB value is (241,103,240). Sum of RGB (Red+Green+Blue) = 241+103+240=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 103 (40.62% from 255 or 17.64% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F167F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F167F0 is #0E980F. Grayscale: #9F9F9F. Windows color (decimal): -956432 or 15755249. OLE color: 15755249.
HSL color Cylindrical-coordinate representation of color #F167F0: hue angle of 300.43º 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 #F167F0 is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 240 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.05 |
| HSL | 300.43º | 0.83% | 0.67% | - |
| HSV(B) | 300.43º | 0.57% | 0.95% | - |
| XYZ | 56.85 | 34.69 | 86.14 | - |
| YUV | 159.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 240 | 0 | 0.57 | 0.00 | 0.05 | 300.43 | 0.83 | 0.67 |
| Hex | F1 | 67 | F0 | 0 | 39 | 0 | 5 | 12C | 53 | 43 |
| Octal | 361 | 147 | 360 | 0 | 71 | 0 | 5 | 454 | 123 | 103 |
| Binary | 11110001 | 1100111 | 11110000 | 0 | 111001 | 0 | 101 | 100101100 | 1010011 | 1000011 |
Color Harmonies of #F167F0
Complementary color
Monochromatic Colors of #F167F0
Black with #F167F0
Text Example
Text Example
White with #F167F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F167F0; }
p { color: rgb(241,103,240); }
H1.HeaderClassName
{
color: #F167F0;
}
.AnyTagClassName
{
color: #F167F0;
}
</style>
background-color css
<style>
a { background-color: #F167F0; }
a { background-color: rgb(241,103,240); }
div.DivClassName
{
background-color: #F167F0;
}
.BgClassName
{
background-color: #F167F0;
}
</style>
border-color css
<style>
span { border-color: #F167F0; }
span { border-color: rgb(241,103,240); }
td.TdClassName
{
border-color: #F167F0;
}
.TagClassName
{
border-color: #F167F0;
}
</style>