Shades of Pink Flamingo #F168FD
Tints of Pink Flamingo #F168FD
RGB
CMYK
RGB Variations
Color information
#F168FD (or 0xF168FD) is known color: Pink Flamingo. HEX triplet: F1, 68 and FD. RGB value is (241,104,253). Sum of RGB (Red+Green+Blue) = 241+104+253=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 104 (41.02% from 255 or 17.39% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #F168FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168FD is #0E9702. Grayscale: #A1A1A1. Windows color (decimal): -956163 or 16607473. OLE color: 16607473.
HSL color Cylindrical-coordinate representation of color #F168FD: hue angle of 295.17º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F168FD is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 104 | 253 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.01 |
| HSL | 295.17º | 0.97% | 0.7% | - |
| HSV(B) | 295.17º | 0.59% | 0.99% | - |
| XYZ | 58.96 | 35.69 | 96.71 | - |
| YUV | 161.95 | 179.39 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 253 | 0.05 | 0.59 | 0 | 0.01 | 295.17 | 0.97 | 0.7 |
| Hex | F1 | 68 | FD | 5 | 3B | 0 | 1 | 127 | 61 | 46 |
| Octal | 361 | 150 | 375 | 5 | 73 | 0 | 1 | 447 | 141 | 106 |
| Binary | 11110001 | 1101000 | 11111101 | 101 | 111011 | 0 | 1 | 100100111 | 1100001 | 1000110 |
Color Harmonies of #F168FD
Complementary color
Monochromatic Colors of #F168FD
Black with #F168FD
Text Example
Text Example
White with #F168FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168FD; }
p { color: rgb(241,104,253); }
H1.HeaderClassName
{
color: #F168FD;
}
.AnyTagClassName
{
color: #F168FD;
}
</style>
background-color css
<style>
a { background-color: #F168FD; }
a { background-color: rgb(241,104,253); }
div.DivClassName
{
background-color: #F168FD;
}
.BgClassName
{
background-color: #F168FD;
}
</style>
border-color css
<style>
span { border-color: #F168FD; }
span { border-color: rgb(241,104,253); }
td.TdClassName
{
border-color: #F168FD;
}
.TagClassName
{
border-color: #F168FD;
}
</style>