Shades of Pink Flamingo #F357EE
Tints of Pink Flamingo #F357EE
RGB
CMYK
RGB Variations
Color information
#F357EE (or 0xF357EE) is known color: Pink Flamingo. HEX triplet: F3, 57 and EE. RGB value is (243,87,238). Sum of RGB (Red+Green+Blue) = 243+87+238=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 87 (34.38% from 255 or 15.32% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F357EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F357EE is #0CA811. Grayscale: #969696. Windows color (decimal): -829458 or 15620083. OLE color: 15620083.
HSL color Cylindrical-coordinate representation of color #F357EE: hue angle of 301.92º 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 #F357EE is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 87 | 238 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.05 |
| HSL | 301.92º | 0.87% | 0.65% | - |
| HSV(B) | 301.92º | 0.64% | 0.95% | - |
| XYZ | 55.8 | 32.04 | 84.13 | - |
| YUV | 150.86 | 177.18 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 87 | 238 | 0 | 0.64 | 0.02 | 0.05 | 301.92 | 0.87 | 0.65 |
| Hex | F3 | 57 | EE | 0 | 40 | 2 | 5 | 12E | 57 | 41 |
| Octal | 363 | 127 | 356 | 0 | 100 | 2 | 5 | 456 | 127 | 101 |
| Binary | 11110011 | 1010111 | 11101110 | 0 | 1000000 | 10 | 101 | 100101110 | 1010111 | 1000001 |
Color Harmonies of #F357EE
Complementary color
Monochromatic Colors of #F357EE
Black with #F357EE
Text Example
Text Example
White with #F357EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F357EE; }
p { color: rgb(243,87,238); }
H1.HeaderClassName
{
color: #F357EE;
}
.AnyTagClassName
{
color: #F357EE;
}
</style>
background-color css
<style>
a { background-color: #F357EE; }
a { background-color: rgb(243,87,238); }
div.DivClassName
{
background-color: #F357EE;
}
.BgClassName
{
background-color: #F357EE;
}
</style>
border-color css
<style>
span { border-color: #F357EE; }
span { border-color: rgb(243,87,238); }
td.TdClassName
{
border-color: #F357EE;
}
.TagClassName
{
border-color: #F357EE;
}
</style>