Shades of Pink Flamingo #F356EF
Tints of Pink Flamingo #F356EF
RGB
CMYK
RGB Variations
Color information
#F356EF (or 0xF356EF) is known color: Pink Flamingo. HEX triplet: F3, 56 and EF. RGB value is (243,86,239). Sum of RGB (Red+Green+Blue) = 243+86+239=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 86 (33.98% from 255 or 15.14% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F356EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F356EF is #0CA910. Grayscale: #959595. Windows color (decimal): -829713 or 15685363. OLE color: 15685363.
HSL color Cylindrical-coordinate representation of color #F356EF: hue angle of 301.53º 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 #F356EF is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 86 | 239 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.05 |
| HSL | 301.53º | 0.87% | 0.65% | - |
| HSV(B) | 301.53º | 0.65% | 0.95% | - |
| XYZ | 55.87 | 31.94 | 84.88 | - |
| YUV | 150.39 | 178.01 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 239 | 0 | 0.65 | 0.02 | 0.05 | 301.53 | 0.87 | 0.65 |
| Hex | F3 | 56 | EF | 0 | 41 | 2 | 5 | 12E | 57 | 41 |
| Octal | 363 | 126 | 357 | 0 | 101 | 2 | 5 | 456 | 127 | 101 |
| Binary | 11110011 | 1010110 | 11101111 | 0 | 1000001 | 10 | 101 | 100101110 | 1010111 | 1000001 |
Color Harmonies of #F356EF
Complementary color
Monochromatic Colors of #F356EF
Black with #F356EF
Text Example
Text Example
White with #F356EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F356EF; }
p { color: rgb(243,86,239); }
H1.HeaderClassName
{
color: #F356EF;
}
.AnyTagClassName
{
color: #F356EF;
}
</style>
background-color css
<style>
a { background-color: #F356EF; }
a { background-color: rgb(243,86,239); }
div.DivClassName
{
background-color: #F356EF;
}
.BgClassName
{
background-color: #F356EF;
}
</style>
border-color css
<style>
span { border-color: #F356EF; }
span { border-color: rgb(243,86,239); }
td.TdClassName
{
border-color: #F356EF;
}
.TagClassName
{
border-color: #F356EF;
}
</style>