Shades of Pink Flamingo #F453EF
Tints of Pink Flamingo #F453EF
RGB
CMYK
RGB Variations
Color information
#F453EF (or 0xF453EF) is known color: Pink Flamingo. HEX triplet: F4, 53 and EF. RGB value is (244,83,239). Sum of RGB (Red+Green+Blue) = 244+83+239=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 83 (32.81% from 255 or 14.66% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F453EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F453EF is #0BAC10. Grayscale: #949494. Windows color (decimal): -764945 or 15684596. OLE color: 15684596.
HSL color Cylindrical-coordinate representation of color #F453EF: hue angle of 301.86º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F453EF is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 239 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.04 |
| HSL | 301.86º | 0.88% | 0.64% | - |
| HSV(B) | 301.86º | 0.66% | 0.96% | - |
| XYZ | 55.98 | 31.65 | 84.82 | - |
| YUV | 148.92 | 178.84 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 239 | 0 | 0.66 | 0.02 | 0.04 | 301.86 | 0.88 | 0.64 |
| Hex | F4 | 53 | EF | 0 | 42 | 2 | 4 | 12E | 58 | 40 |
| Octal | 364 | 123 | 357 | 0 | 102 | 2 | 4 | 456 | 130 | 100 |
| Binary | 11110100 | 1010011 | 11101111 | 0 | 1000010 | 10 | 100 | 100101110 | 1011000 | 1000000 |
Color Harmonies of #F453EF
Complementary color
Monochromatic Colors of #F453EF
Black with #F453EF
Text Example
Text Example
White with #F453EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453EF; }
p { color: rgb(244,83,239); }
H1.HeaderClassName
{
color: #F453EF;
}
.AnyTagClassName
{
color: #F453EF;
}
</style>
background-color css
<style>
a { background-color: #F453EF; }
a { background-color: rgb(244,83,239); }
div.DivClassName
{
background-color: #F453EF;
}
.BgClassName
{
background-color: #F453EF;
}
</style>
border-color css
<style>
span { border-color: #F453EF; }
span { border-color: rgb(244,83,239); }
td.TdClassName
{
border-color: #F453EF;
}
.TagClassName
{
border-color: #F453EF;
}
</style>