Shades of Pink Flamingo #F358EF
Tints of Pink Flamingo #F358EF
RGB
CMYK
RGB Variations
Color information
#F358EF (or 0xF358EF) is known color: Pink Flamingo. HEX triplet: F3, 58 and EF. RGB value is (243,88,239). Sum of RGB (Red+Green+Blue) = 243+88+239=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 88 (34.77% from 255 or 15.44% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F358EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F358EF is #0CA710. Grayscale: #979797. Windows color (decimal): -829201 or 15685875. OLE color: 15685875.
HSL color Cylindrical-coordinate representation of color #F358EF: hue angle of 301.55º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F358EF is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 239 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.05 |
| HSL | 301.55º | 0.87% | 0.65% | - |
| HSV(B) | 301.55º | 0.64% | 0.95% | - |
| XYZ | 56.03 | 32.27 | 84.94 | - |
| YUV | 151.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 239 | 0 | 0.64 | 0.02 | 0.05 | 301.55 | 0.87 | 0.65 |
| Hex | F3 | 58 | EF | 0 | 40 | 2 | 5 | 12E | 57 | 41 |
| Octal | 363 | 130 | 357 | 0 | 100 | 2 | 5 | 456 | 127 | 101 |
| Binary | 11110011 | 1011000 | 11101111 | 0 | 1000000 | 10 | 101 | 100101110 | 1010111 | 1000001 |
Color Harmonies of #F358EF
Complementary color
Monochromatic Colors of #F358EF
Black with #F358EF
Text Example
Text Example
White with #F358EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358EF; }
p { color: rgb(243,88,239); }
H1.HeaderClassName
{
color: #F358EF;
}
.AnyTagClassName
{
color: #F358EF;
}
</style>
background-color css
<style>
a { background-color: #F358EF; }
a { background-color: rgb(243,88,239); }
div.DivClassName
{
background-color: #F358EF;
}
.BgClassName
{
background-color: #F358EF;
}
</style>
border-color css
<style>
span { border-color: #F358EF; }
span { border-color: rgb(243,88,239); }
td.TdClassName
{
border-color: #F358EF;
}
.TagClassName
{
border-color: #F358EF;
}
</style>