Shades of Pink Flamingo #F96AF0
Tints of Pink Flamingo #F96AF0
RGB
CMYK
RGB Variations
Color information
#F96AF0 (or 0xF96AF0) is known color: Pink Flamingo. HEX triplet: F9, 6A and F0. RGB value is (249,106,240). Sum of RGB (Red+Green+Blue) = 249+106+240=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 106 (41.80% from 255 or 17.82% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96AF0 is #06950F. Grayscale: #A3A3A3. Windows color (decimal): -431376 or 15756025. OLE color: 15756025.
HSL color Cylindrical-coordinate representation of color #F96AF0: hue angle of 303.78º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96AF0 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 240 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.02 |
| HSL | 303.78º | 0.92% | 0.7% | - |
| HSV(B) | 303.78º | 0.57% | 0.98% | - |
| XYZ | 59.95 | 36.74 | 86.37 | - |
| YUV | 164.03 | 170.88 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 240 | 0 | 0.57 | 0.04 | 0.02 | 303.78 | 0.92 | 0.7 |
| Hex | F9 | 6A | F0 | 0 | 39 | 4 | 2 | 130 | 5C | 46 |
| Octal | 371 | 152 | 360 | 0 | 71 | 4 | 2 | 460 | 134 | 106 |
| Binary | 11111001 | 1101010 | 11110000 | 0 | 111001 | 100 | 10 | 100110000 | 1011100 | 1000110 |
Color Harmonies of #F96AF0
Complementary color
Monochromatic Colors of #F96AF0
Black with #F96AF0
Text Example
Text Example
White with #F96AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96AF0; }
p { color: rgb(249,106,240); }
H1.HeaderClassName
{
color: #F96AF0;
}
.AnyTagClassName
{
color: #F96AF0;
}
</style>
background-color css
<style>
a { background-color: #F96AF0; }
a { background-color: rgb(249,106,240); }
div.DivClassName
{
background-color: #F96AF0;
}
.BgClassName
{
background-color: #F96AF0;
}
</style>
border-color css
<style>
span { border-color: #F96AF0; }
span { border-color: rgb(249,106,240); }
td.TdClassName
{
border-color: #F96AF0;
}
.TagClassName
{
border-color: #F96AF0;
}
</style>