Shades of Pink Flamingo #F368EA
Tints of Pink Flamingo #F368EA
RGB
CMYK
RGB Variations
Color information
#F368EA (or 0xF368EA) is known color: Pink Flamingo. HEX triplet: F3, 68 and EA. RGB value is (243,104,234). Sum of RGB (Red+Green+Blue) = 243+104+234=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 104 (41.02% from 255 or 17.90% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F368EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F368EA is #0C9715. Grayscale: #A0A0A0. Windows color (decimal): -825110 or 15362291. OLE color: 15362291.
HSL color Cylindrical-coordinate representation of color #F368EA: hue angle of 303.88º 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 #F368EA is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 234 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.05 |
| HSL | 303.88º | 0.85% | 0.68% | - |
| HSV(B) | 303.88º | 0.57% | 0.95% | - |
| XYZ | 56.76 | 34.9 | 81.59 | - |
| YUV | 160.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 234 | 0 | 0.57 | 0.04 | 0.05 | 303.88 | 0.85 | 0.68 |
| Hex | F3 | 68 | EA | 0 | 39 | 4 | 5 | 130 | 55 | 44 |
| Octal | 363 | 150 | 352 | 0 | 71 | 4 | 5 | 460 | 125 | 104 |
| Binary | 11110011 | 1101000 | 11101010 | 0 | 111001 | 100 | 101 | 100110000 | 1010101 | 1000100 |
Color Harmonies of #F368EA
Complementary color
Monochromatic Colors of #F368EA
Black with #F368EA
Text Example
Text Example
White with #F368EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F368EA; }
p { color: rgb(243,104,234); }
H1.HeaderClassName
{
color: #F368EA;
}
.AnyTagClassName
{
color: #F368EA;
}
</style>
background-color css
<style>
a { background-color: #F368EA; }
a { background-color: rgb(243,104,234); }
div.DivClassName
{
background-color: #F368EA;
}
.BgClassName
{
background-color: #F368EA;
}
</style>
border-color css
<style>
span { border-color: #F368EA; }
span { border-color: rgb(243,104,234); }
td.TdClassName
{
border-color: #F368EA;
}
.TagClassName
{
border-color: #F368EA;
}
</style>