Shades of Pink Flamingo #F95AF6
Tints of Pink Flamingo #F95AF6
RGB
CMYK
RGB Variations
Color information
#F95AF6 (or 0xF95AF6) is known color: Pink Flamingo. HEX triplet: F9, 5A and F6. RGB value is (249,90,246). Sum of RGB (Red+Green+Blue) = 249+90+246=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 90 (35.55% from 255 or 15.38% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F95AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95AF6 is #06A509. Grayscale: #9A9A9A. Windows color (decimal): -435466 or 16145145. OLE color: 16145145.
HSL color Cylindrical-coordinate representation of color #F95AF6: hue angle of 301.13º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F95AF6 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 90 | 246 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.02 |
| HSL | 301.13º | 0.93% | 0.66% | - |
| HSV(B) | 301.13º | 0.64% | 0.98% | - |
| XYZ | 59.36 | 34.11 | 90.64 | - |
| YUV | 155.33 | 179.18 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 90 | 246 | 0 | 0.64 | 0.01 | 0.02 | 301.13 | 0.93 | 0.66 |
| Hex | F9 | 5A | F6 | 0 | 40 | 1 | 2 | 12D | 5D | 42 |
| Octal | 371 | 132 | 366 | 0 | 100 | 1 | 2 | 455 | 135 | 102 |
| Binary | 11111001 | 1011010 | 11110110 | 0 | 1000000 | 1 | 10 | 100101101 | 1011101 | 1000010 |
Color Harmonies of #F95AF6
Complementary color
Monochromatic Colors of #F95AF6
Black with #F95AF6
Text Example
Text Example
White with #F95AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95AF6; }
p { color: rgb(249,90,246); }
H1.HeaderClassName
{
color: #F95AF6;
}
.AnyTagClassName
{
color: #F95AF6;
}
</style>
background-color css
<style>
a { background-color: #F95AF6; }
a { background-color: rgb(249,90,246); }
div.DivClassName
{
background-color: #F95AF6;
}
.BgClassName
{
background-color: #F95AF6;
}
</style>
border-color css
<style>
span { border-color: #F95AF6; }
span { border-color: rgb(249,90,246); }
td.TdClassName
{
border-color: #F95AF6;
}
.TagClassName
{
border-color: #F95AF6;
}
</style>