Shades of Pink Flamingo #F359F2
Tints of Pink Flamingo #F359F2
RGB
CMYK
RGB Variations
Color information
#F359F2 (or 0xF359F2) is known color: Pink Flamingo. HEX triplet: F3, 59 and F2. RGB value is (243,89,242). Sum of RGB (Red+Green+Blue) = 243+89+242=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 89 (35.16% from 255 or 15.51% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F359F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F359F2 is #0CA60D. Grayscale: #989898. Windows color (decimal): -828942 or 15882739. OLE color: 15882739.
HSL color Cylindrical-coordinate representation of color #F359F2: hue angle of 300.39º 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 #F359F2 is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 89 | 242 | - |
| CMYK | 0 | 0.63 | 0.00 | 0.05 |
| HSL | 300.39º | 0.87% | 0.65% | - |
| HSV(B) | 300.39º | 0.63% | 0.95% | - |
| XYZ | 56.56 | 32.61 | 87.32 | - |
| YUV | 152.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 89 | 242 | 0 | 0.63 | 0.00 | 0.05 | 300.39 | 0.87 | 0.65 |
| Hex | F3 | 59 | F2 | 0 | 3F | 0 | 5 | 12C | 57 | 41 |
| Octal | 363 | 131 | 362 | 0 | 77 | 0 | 5 | 454 | 127 | 101 |
| Binary | 11110011 | 1011001 | 11110010 | 0 | 111111 | 0 | 101 | 100101100 | 1010111 | 1000001 |
Color Harmonies of #F359F2
Complementary color
Monochromatic Colors of #F359F2
Black with #F359F2
Text Example
Text Example
White with #F359F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F359F2; }
p { color: rgb(243,89,242); }
H1.HeaderClassName
{
color: #F359F2;
}
.AnyTagClassName
{
color: #F359F2;
}
</style>
background-color css
<style>
a { background-color: #F359F2; }
a { background-color: rgb(243,89,242); }
div.DivClassName
{
background-color: #F359F2;
}
.BgClassName
{
background-color: #F359F2;
}
</style>
border-color css
<style>
span { border-color: #F359F2; }
span { border-color: rgb(243,89,242); }
td.TdClassName
{
border-color: #F359F2;
}
.TagClassName
{
border-color: #F359F2;
}
</style>