Shades of Pink Flamingo #F356F0
Tints of Pink Flamingo #F356F0
RGB
CMYK
RGB Variations
Color information
#F356F0 (or 0xF356F0) is known color: Pink Flamingo. HEX triplet: F3, 56 and F0. RGB value is (243,86,240). Sum of RGB (Red+Green+Blue) = 243+86+240=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 86 (33.98% from 255 or 15.11% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 243 - color contains mainly: red. Hex color #F356F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F356F0 is #0CA90F. Grayscale: #969696. Windows color (decimal): -829712 or 15750899. OLE color: 15750899.
HSL color Cylindrical-coordinate representation of color #F356F0: hue angle of 301.15º 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 #F356F0 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 86 | 240 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.05 |
| HSL | 301.15º | 0.87% | 0.65% | - |
| HSV(B) | 301.15º | 0.65% | 0.95% | - |
| XYZ | 56.02 | 32 | 85.66 | - |
| YUV | 150.5 | 178.51 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 240 | 0 | 0.65 | 0.01 | 0.05 | 301.15 | 0.87 | 0.65 |
| Hex | F3 | 56 | F0 | 0 | 41 | 1 | 5 | 12D | 57 | 41 |
| Octal | 363 | 126 | 360 | 0 | 101 | 1 | 5 | 455 | 127 | 101 |
| Binary | 11110011 | 1010110 | 11110000 | 0 | 1000001 | 1 | 101 | 100101101 | 1010111 | 1000001 |
Color Harmonies of #F356F0
Complementary color
Monochromatic Colors of #F356F0
Black with #F356F0
Text Example
Text Example
White with #F356F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F356F0; }
p { color: rgb(243,86,240); }
H1.HeaderClassName
{
color: #F356F0;
}
.AnyTagClassName
{
color: #F356F0;
}
</style>
background-color css
<style>
a { background-color: #F356F0; }
a { background-color: rgb(243,86,240); }
div.DivClassName
{
background-color: #F356F0;
}
.BgClassName
{
background-color: #F356F0;
}
</style>
border-color css
<style>
span { border-color: #F356F0; }
span { border-color: rgb(243,86,240); }
td.TdClassName
{
border-color: #F356F0;
}
.TagClassName
{
border-color: #F356F0;
}
</style>