Shades of Pink Flamingo #F359ED
Tints of Pink Flamingo #F359ED
RGB
CMYK
RGB Variations
Color information
#F359ED (or 0xF359ED) is known color: Pink Flamingo. HEX triplet: F3, 59 and ED. RGB value is (243,89,237). Sum of RGB (Red+Green+Blue) = 243+89+237=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 89 (35.16% from 255 or 15.64% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 243 - color contains mainly: red. Hex color #F359ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F359ED is #0CA612. Grayscale: #979797. Windows color (decimal): -828947 or 15555059. OLE color: 15555059.
HSL color Cylindrical-coordinate representation of color #F359ED: hue angle of 302.34º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F359ED is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 89 | 237 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.05 |
| HSL | 302.34º | 0.87% | 0.65% | - |
| HSV(B) | 302.34º | 0.63% | 0.95% | - |
| XYZ | 55.82 | 32.31 | 83.42 | - |
| YUV | 151.92 | 176.02 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 89 | 237 | 0 | 0.63 | 0.02 | 0.05 | 302.34 | 0.87 | 0.65 |
| Hex | F3 | 59 | ED | 0 | 3F | 2 | 5 | 12E | 57 | 41 |
| Octal | 363 | 131 | 355 | 0 | 77 | 2 | 5 | 456 | 127 | 101 |
| Binary | 11110011 | 1011001 | 11101101 | 0 | 111111 | 10 | 101 | 100101110 | 1010111 | 1000001 |
Color Harmonies of #F359ED
Complementary color
Monochromatic Colors of #F359ED
Black with #F359ED
Text Example
Text Example
White with #F359ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F359ED; }
p { color: rgb(243,89,237); }
H1.HeaderClassName
{
color: #F359ED;
}
.AnyTagClassName
{
color: #F359ED;
}
</style>
background-color css
<style>
a { background-color: #F359ED; }
a { background-color: rgb(243,89,237); }
div.DivClassName
{
background-color: #F359ED;
}
.BgClassName
{
background-color: #F359ED;
}
</style>
border-color css
<style>
span { border-color: #F359ED; }
span { border-color: rgb(243,89,237); }
td.TdClassName
{
border-color: #F359ED;
}
.TagClassName
{
border-color: #F359ED;
}
</style>