Shades of Pink Flamingo #F96AF2
Tints of Pink Flamingo #F96AF2
RGB
CMYK
RGB Variations
Color information
#F96AF2 (or 0xF96AF2) is known color: Pink Flamingo. HEX triplet: F9, 6A and F2. RGB value is (249,106,242). Sum of RGB (Red+Green+Blue) = 249+106+242=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 106 (41.80% from 255 or 17.76% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96AF2 is #06950D. Grayscale: #A3A3A3. Windows color (decimal): -431374 or 15887097. OLE color: 15887097.
HSL color Cylindrical-coordinate representation of color #F96AF2: hue angle of 302.94º 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 #F96AF2 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 242 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.02 |
| HSL | 302.94º | 0.92% | 0.7% | - |
| HSV(B) | 302.94º | 0.57% | 0.98% | - |
| XYZ | 60.25 | 36.86 | 87.94 | - |
| YUV | 164.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 242 | 0 | 0.57 | 0.03 | 0.02 | 302.94 | 0.92 | 0.7 |
| Hex | F9 | 6A | F2 | 0 | 39 | 3 | 2 | 12F | 5C | 46 |
| Octal | 371 | 152 | 362 | 0 | 71 | 3 | 2 | 457 | 134 | 106 |
| Binary | 11111001 | 1101010 | 11110010 | 0 | 111001 | 11 | 10 | 100101111 | 1011100 | 1000110 |
Color Harmonies of #F96AF2
Complementary color
Monochromatic Colors of #F96AF2
Black with #F96AF2
Text Example
Text Example
White with #F96AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96AF2; }
p { color: rgb(249,106,242); }
H1.HeaderClassName
{
color: #F96AF2;
}
.AnyTagClassName
{
color: #F96AF2;
}
</style>
background-color css
<style>
a { background-color: #F96AF2; }
a { background-color: rgb(249,106,242); }
div.DivClassName
{
background-color: #F96AF2;
}
.BgClassName
{
background-color: #F96AF2;
}
</style>
border-color css
<style>
span { border-color: #F96AF2; }
span { border-color: rgb(249,106,242); }
td.TdClassName
{
border-color: #F96AF2;
}
.TagClassName
{
border-color: #F96AF2;
}
</style>