Shades of Pink Flamingo #F167FE
Tints of Pink Flamingo #F167FE
RGB
CMYK
RGB Variations
Color information
#F167FE (or 0xF167FE) is known color: Pink Flamingo. HEX triplet: F1, 67 and FE. RGB value is (241,103,254). Sum of RGB (Red+Green+Blue) = 241+103+254=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 103 (40.62% from 255 or 17.22% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #F167FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F167FE is #0E9801. Grayscale: #A1A1A1. Windows color (decimal): -956418 or 16672753. OLE color: 16672753.
HSL color Cylindrical-coordinate representation of color #F167FE: hue angle of 294.83º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F167FE is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 103 | 254 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.00 |
| HSL | 294.83º | 0.99% | 0.7% | - |
| HSV(B) | 294.83º | 0.59% | 1% | - |
| XYZ | 59.02 | 35.56 | 97.52 | - |
| YUV | 161.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 254 | 0.05 | 0.59 | 0 | 0.00 | 294.83 | 0.99 | 0.7 |
| Hex | F1 | 67 | FE | 5 | 3B | 0 | 0 | 127 | 63 | 46 |
| Octal | 361 | 147 | 376 | 5 | 73 | 0 | 0 | 447 | 143 | 106 |
| Binary | 11110001 | 1100111 | 11111110 | 101 | 111011 | 0 | 0 | 100100111 | 1100011 | 1000110 |
Color Harmonies of #F167FE
Complementary color
Monochromatic Colors of #F167FE
Black with #F167FE
Text Example
Text Example
White with #F167FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F167FE; }
p { color: rgb(241,103,254); }
H1.HeaderClassName
{
color: #F167FE;
}
.AnyTagClassName
{
color: #F167FE;
}
</style>
background-color css
<style>
a { background-color: #F167FE; }
a { background-color: rgb(241,103,254); }
div.DivClassName
{
background-color: #F167FE;
}
.BgClassName
{
background-color: #F167FE;
}
</style>
border-color css
<style>
span { border-color: #F167FE; }
span { border-color: rgb(241,103,254); }
td.TdClassName
{
border-color: #F167FE;
}
.TagClassName
{
border-color: #F167FE;
}
</style>