Shades of Pink Flamingo #F45CED
Tints of Pink Flamingo #F45CED
RGB
CMYK
RGB Variations
Color information
#F45CED (or 0xF45CED) is known color: Pink Flamingo. HEX triplet: F4, 5C and ED. RGB value is (244,92,237). Sum of RGB (Red+Green+Blue) = 244+92+237=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 92 (36.33% from 255 or 16.06% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F45CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45CED is #0BA312. Grayscale: #999999. Windows color (decimal): -762643 or 15555828. OLE color: 15555828.
HSL color Cylindrical-coordinate representation of color #F45CED: hue angle of 302.76º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45CED is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 237 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.04 |
| HSL | 302.76º | 0.87% | 0.66% | - |
| HSV(B) | 302.76º | 0.62% | 0.96% | - |
| XYZ | 56.42 | 33 | 83.52 | - |
| YUV | 153.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 237 | 0 | 0.62 | 0.03 | 0.04 | 302.76 | 0.87 | 0.66 |
| Hex | F4 | 5C | ED | 0 | 3E | 3 | 4 | 12F | 57 | 42 |
| Octal | 364 | 134 | 355 | 0 | 76 | 3 | 4 | 457 | 127 | 102 |
| Binary | 11110100 | 1011100 | 11101101 | 0 | 111110 | 11 | 100 | 100101111 | 1010111 | 1000010 |
Color Harmonies of #F45CED
Complementary color
Monochromatic Colors of #F45CED
Black with #F45CED
Text Example
Text Example
White with #F45CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45CED; }
p { color: rgb(244,92,237); }
H1.HeaderClassName
{
color: #F45CED;
}
.AnyTagClassName
{
color: #F45CED;
}
</style>
background-color css
<style>
a { background-color: #F45CED; }
a { background-color: rgb(244,92,237); }
div.DivClassName
{
background-color: #F45CED;
}
.BgClassName
{
background-color: #F45CED;
}
</style>
border-color css
<style>
span { border-color: #F45CED; }
span { border-color: rgb(244,92,237); }
td.TdClassName
{
border-color: #F45CED;
}
.TagClassName
{
border-color: #F45CED;
}
</style>