Shades of Pink Flamingo #F354EF
Tints of Pink Flamingo #F354EF
RGB
CMYK
RGB Variations
Color information
#F354EF (or 0xF354EF) is known color: Pink Flamingo. HEX triplet: F3, 54 and EF. RGB value is (243,84,239). Sum of RGB (Red+Green+Blue) = 243+84+239=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 84 (33.20% from 255 or 14.84% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F354EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F354EF is #0CAB10. Grayscale: #949494. Windows color (decimal): -830225 or 15684851. OLE color: 15684851.
HSL color Cylindrical-coordinate representation of color #F354EF: hue angle of 301.51º 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 #F354EF is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 239 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.05 |
| HSL | 301.51º | 0.87% | 0.64% | - |
| HSV(B) | 301.51º | 0.65% | 0.95% | - |
| XYZ | 55.71 | 31.63 | 84.83 | - |
| YUV | 149.21 | 178.68 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 239 | 0 | 0.65 | 0.02 | 0.05 | 301.51 | 0.87 | 0.64 |
| Hex | F3 | 54 | EF | 0 | 41 | 2 | 5 | 12E | 57 | 40 |
| Octal | 363 | 124 | 357 | 0 | 101 | 2 | 5 | 456 | 127 | 100 |
| Binary | 11110011 | 1010100 | 11101111 | 0 | 1000001 | 10 | 101 | 100101110 | 1010111 | 1000000 |
Color Harmonies of #F354EF
Complementary color
Monochromatic Colors of #F354EF
Black with #F354EF
Text Example
Text Example
White with #F354EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F354EF; }
p { color: rgb(243,84,239); }
H1.HeaderClassName
{
color: #F354EF;
}
.AnyTagClassName
{
color: #F354EF;
}
</style>
background-color css
<style>
a { background-color: #F354EF; }
a { background-color: rgb(243,84,239); }
div.DivClassName
{
background-color: #F354EF;
}
.BgClassName
{
background-color: #F354EF;
}
</style>
border-color css
<style>
span { border-color: #F354EF; }
span { border-color: rgb(243,84,239); }
td.TdClassName
{
border-color: #F354EF;
}
.TagClassName
{
border-color: #F354EF;
}
</style>