Shades of Pink Flamingo #F368EC
Tints of Pink Flamingo #F368EC
RGB
CMYK
RGB Variations
Color information
#F368EC (or 0xF368EC) is known color: Pink Flamingo. HEX triplet: F3, 68 and EC. RGB value is (243,104,236). Sum of RGB (Red+Green+Blue) = 243+104+236=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 104 (41.02% from 255 or 17.84% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F368EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F368EC is #0C9713. Grayscale: #A0A0A0. Windows color (decimal): -825108 or 15493363. OLE color: 15493363.
HSL color Cylindrical-coordinate representation of color #F368EC: hue angle of 303.02º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F368EC is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 236 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.05 |
| HSL | 303.02º | 0.85% | 0.68% | - |
| HSV(B) | 303.02º | 0.57% | 0.95% | - |
| XYZ | 57.05 | 35.01 | 83.11 | - |
| YUV | 160.61 | 170.55 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 236 | 0 | 0.57 | 0.03 | 0.05 | 303.02 | 0.85 | 0.68 |
| Hex | F3 | 68 | EC | 0 | 39 | 3 | 5 | 12F | 55 | 44 |
| Octal | 363 | 150 | 354 | 0 | 71 | 3 | 5 | 457 | 125 | 104 |
| Binary | 11110011 | 1101000 | 11101100 | 0 | 111001 | 11 | 101 | 100101111 | 1010101 | 1000100 |
Color Harmonies of #F368EC
Complementary color
Monochromatic Colors of #F368EC
Black with #F368EC
Text Example
Text Example
White with #F368EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F368EC; }
p { color: rgb(243,104,236); }
H1.HeaderClassName
{
color: #F368EC;
}
.AnyTagClassName
{
color: #F368EC;
}
</style>
background-color css
<style>
a { background-color: #F368EC; }
a { background-color: rgb(243,104,236); }
div.DivClassName
{
background-color: #F368EC;
}
.BgClassName
{
background-color: #F368EC;
}
</style>
border-color css
<style>
span { border-color: #F368EC; }
span { border-color: rgb(243,104,236); }
td.TdClassName
{
border-color: #F368EC;
}
.TagClassName
{
border-color: #F368EC;
}
</style>