Shades of Pink Flamingo #F369EC
Tints of Pink Flamingo #F369EC
RGB
CMYK
RGB Variations
Color information
#F369EC (or 0xF369EC) is known color: Pink Flamingo. HEX triplet: F3, 69 and EC. RGB value is (243,105,236). Sum of RGB (Red+Green+Blue) = 243+105+236=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 105 (41.41% from 255 or 17.98% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F369EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F369EC is #0C9613. Grayscale: #A0A0A0. Windows color (decimal): -824852 or 15493619. OLE color: 15493619.
HSL color Cylindrical-coordinate representation of color #F369EC: hue angle of 303.04º 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 #F369EC is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 236 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.05 |
| HSL | 303.04º | 0.85% | 0.68% | - |
| HSV(B) | 303.04º | 0.57% | 0.95% | - |
| XYZ | 57.15 | 35.21 | 83.14 | - |
| YUV | 161.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 236 | 0 | 0.57 | 0.03 | 0.05 | 303.04 | 0.85 | 0.68 |
| Hex | F3 | 69 | EC | 0 | 39 | 3 | 5 | 12F | 55 | 44 |
| Octal | 363 | 151 | 354 | 0 | 71 | 3 | 5 | 457 | 125 | 104 |
| Binary | 11110011 | 1101001 | 11101100 | 0 | 111001 | 11 | 101 | 100101111 | 1010101 | 1000100 |
Color Harmonies of #F369EC
Complementary color
Monochromatic Colors of #F369EC
Black with #F369EC
Text Example
Text Example
White with #F369EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F369EC; }
p { color: rgb(243,105,236); }
H1.HeaderClassName
{
color: #F369EC;
}
.AnyTagClassName
{
color: #F369EC;
}
</style>
background-color css
<style>
a { background-color: #F369EC; }
a { background-color: rgb(243,105,236); }
div.DivClassName
{
background-color: #F369EC;
}
.BgClassName
{
background-color: #F369EC;
}
</style>
border-color css
<style>
span { border-color: #F369EC; }
span { border-color: rgb(243,105,236); }
td.TdClassName
{
border-color: #F369EC;
}
.TagClassName
{
border-color: #F369EC;
}
</style>