Shades of Pink Flamingo #F36AF0
Tints of Pink Flamingo #F36AF0
RGB
CMYK
RGB Variations
Color information
#F36AF0 (or 0xF36AF0) is known color: Pink Flamingo. HEX triplet: F3, 6A and F0. RGB value is (243,106,240). Sum of RGB (Red+Green+Blue) = 243+106+240=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 106 (41.80% from 255 or 18.00% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F36AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F36AF0 is #0C950F. Grayscale: #A1A1A1. Windows color (decimal): -824592 or 15756019. OLE color: 15756019.
HSL color Cylindrical-coordinate representation of color #F36AF0: hue angle of 301.31º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36AF0 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 106 | 240 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.05 |
| HSL | 301.31º | 0.85% | 0.68% | - |
| HSV(B) | 301.31º | 0.56% | 0.95% | - |
| XYZ | 57.84 | 35.65 | 86.27 | - |
| YUV | 162.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 106 | 240 | 0 | 0.56 | 0.01 | 0.05 | 301.31 | 0.85 | 0.68 |
| Hex | F3 | 6A | F0 | 0 | 38 | 1 | 5 | 12D | 55 | 44 |
| Octal | 363 | 152 | 360 | 0 | 70 | 1 | 5 | 455 | 125 | 104 |
| Binary | 11110011 | 1101010 | 11110000 | 0 | 111000 | 1 | 101 | 100101101 | 1010101 | 1000100 |
Color Harmonies of #F36AF0
Complementary color
Monochromatic Colors of #F36AF0
Black with #F36AF0
Text Example
Text Example
White with #F36AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36AF0; }
p { color: rgb(243,106,240); }
H1.HeaderClassName
{
color: #F36AF0;
}
.AnyTagClassName
{
color: #F36AF0;
}
</style>
background-color css
<style>
a { background-color: #F36AF0; }
a { background-color: rgb(243,106,240); }
div.DivClassName
{
background-color: #F36AF0;
}
.BgClassName
{
background-color: #F36AF0;
}
</style>
border-color css
<style>
span { border-color: #F36AF0; }
span { border-color: rgb(243,106,240); }
td.TdClassName
{
border-color: #F36AF0;
}
.TagClassName
{
border-color: #F36AF0;
}
</style>