Shades of Pink Flamingo #F356EE
Tints of Pink Flamingo #F356EE
RGB
CMYK
RGB Variations
Color information
#F356EE (or 0xF356EE) is known color: Pink Flamingo. HEX triplet: F3, 56 and EE. RGB value is (243,86,238). Sum of RGB (Red+Green+Blue) = 243+86+238=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 86 (33.98% from 255 or 15.17% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F356EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F356EE is #0CA911. Grayscale: #959595. Windows color (decimal): -829714 or 15619827. OLE color: 15619827.
HSL color Cylindrical-coordinate representation of color #F356EE: hue angle of 301.91º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F356EE is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 86 | 238 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.05 |
| HSL | 301.91º | 0.87% | 0.65% | - |
| HSV(B) | 301.91º | 0.65% | 0.95% | - |
| XYZ | 55.72 | 31.88 | 84.11 | - |
| YUV | 150.27 | 177.51 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 238 | 0 | 0.65 | 0.02 | 0.05 | 301.91 | 0.87 | 0.65 |
| Hex | F3 | 56 | EE | 0 | 41 | 2 | 5 | 12E | 57 | 41 |
| Octal | 363 | 126 | 356 | 0 | 101 | 2 | 5 | 456 | 127 | 101 |
| Binary | 11110011 | 1010110 | 11101110 | 0 | 1000001 | 10 | 101 | 100101110 | 1010111 | 1000001 |
Color Harmonies of #F356EE
Complementary color
Monochromatic Colors of #F356EE
Black with #F356EE
Text Example
Text Example
White with #F356EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F356EE; }
p { color: rgb(243,86,238); }
H1.HeaderClassName
{
color: #F356EE;
}
.AnyTagClassName
{
color: #F356EE;
}
</style>
background-color css
<style>
a { background-color: #F356EE; }
a { background-color: rgb(243,86,238); }
div.DivClassName
{
background-color: #F356EE;
}
.BgClassName
{
background-color: #F356EE;
}
</style>
border-color css
<style>
span { border-color: #F356EE; }
span { border-color: rgb(243,86,238); }
td.TdClassName
{
border-color: #F356EE;
}
.TagClassName
{
border-color: #F356EE;
}
</style>