Shades of Pink Flamingo #F354EE
Tints of Pink Flamingo #F354EE
RGB
CMYK
RGB Variations
Color information
#F354EE (or 0xF354EE) is known color: Pink Flamingo. HEX triplet: F3, 54 and EE. RGB value is (243,84,238). Sum of RGB (Red+Green+Blue) = 243+84+238=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 84 (33.20% from 255 or 14.87% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F354EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F354EE is #0CAB11. Grayscale: #949494. Windows color (decimal): -830226 or 15619315. OLE color: 15619315.
HSL color Cylindrical-coordinate representation of color #F354EE: hue angle of 301.89º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F354EE is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 238 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.05 |
| HSL | 301.89º | 0.87% | 0.64% | - |
| HSV(B) | 301.89º | 0.65% | 0.95% | - |
| XYZ | 55.57 | 31.57 | 84.05 | - |
| YUV | 149.1 | 178.18 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 238 | 0 | 0.65 | 0.02 | 0.05 | 301.89 | 0.87 | 0.64 |
| Hex | F3 | 54 | EE | 0 | 41 | 2 | 5 | 12E | 57 | 40 |
| Octal | 363 | 124 | 356 | 0 | 101 | 2 | 5 | 456 | 127 | 100 |
| Binary | 11110011 | 1010100 | 11101110 | 0 | 1000001 | 10 | 101 | 100101110 | 1010111 | 1000000 |
Color Harmonies of #F354EE
Complementary color
Monochromatic Colors of #F354EE
Black with #F354EE
Text Example
Text Example
White with #F354EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F354EE; }
p { color: rgb(243,84,238); }
H1.HeaderClassName
{
color: #F354EE;
}
.AnyTagClassName
{
color: #F354EE;
}
</style>
background-color css
<style>
a { background-color: #F354EE; }
a { background-color: rgb(243,84,238); }
div.DivClassName
{
background-color: #F354EE;
}
.BgClassName
{
background-color: #F354EE;
}
</style>
border-color css
<style>
span { border-color: #F354EE; }
span { border-color: rgb(243,84,238); }
td.TdClassName
{
border-color: #F354EE;
}
.TagClassName
{
border-color: #F354EE;
}
</style>