Shades of Pink Flamingo #F364ED
Tints of Pink Flamingo #F364ED
RGB
CMYK
RGB Variations
Color information
#F364ED (or 0xF364ED) is known color: Pink Flamingo. HEX triplet: F3, 64 and ED. RGB value is (243,100,237). Sum of RGB (Red+Green+Blue) = 243+100+237=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 100 (39.45% from 255 or 17.24% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F364ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F364ED is #0C9B12. Grayscale: #9D9D9D. Windows color (decimal): -826131 or 15557875. OLE color: 15557875.
HSL color Cylindrical-coordinate representation of color #F364ED: hue angle of 302.52º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F364ED is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 237 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.05 |
| HSL | 302.52º | 0.86% | 0.67% | - |
| HSV(B) | 302.52º | 0.59% | 0.95% | - |
| XYZ | 56.81 | 34.28 | 83.74 | - |
| YUV | 158.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 237 | 0 | 0.59 | 0.02 | 0.05 | 302.52 | 0.86 | 0.67 |
| Hex | F3 | 64 | ED | 0 | 3B | 2 | 5 | 12F | 56 | 43 |
| Octal | 363 | 144 | 355 | 0 | 73 | 2 | 5 | 457 | 126 | 103 |
| Binary | 11110011 | 1100100 | 11101101 | 0 | 111011 | 10 | 101 | 100101111 | 1010110 | 1000011 |
Color Harmonies of #F364ED
Complementary color
Monochromatic Colors of #F364ED
Black with #F364ED
Text Example
Text Example
White with #F364ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F364ED; }
p { color: rgb(243,100,237); }
H1.HeaderClassName
{
color: #F364ED;
}
.AnyTagClassName
{
color: #F364ED;
}
</style>
background-color css
<style>
a { background-color: #F364ED; }
a { background-color: rgb(243,100,237); }
div.DivClassName
{
background-color: #F364ED;
}
.BgClassName
{
background-color: #F364ED;
}
</style>
border-color css
<style>
span { border-color: #F364ED; }
span { border-color: rgb(243,100,237); }
td.TdClassName
{
border-color: #F364ED;
}
.TagClassName
{
border-color: #F364ED;
}
</style>