Shades of Pink Flamingo #F553EE
Tints of Pink Flamingo #F553EE
RGB
CMYK
RGB Variations
Color information
#F553EE (or 0xF553EE) is known color: Pink Flamingo. HEX triplet: F5, 53 and EE. RGB value is (245,83,238). Sum of RGB (Red+Green+Blue) = 245+83+238=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 83 (32.81% from 255 or 14.66% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F553EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F553EE is #0AAC11. Grayscale: #949494. Windows color (decimal): -699410 or 15619061. OLE color: 15619061.
HSL color Cylindrical-coordinate representation of color #F553EE: hue angle of 302.59º degrees, saturation: 0.89, 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 #F553EE is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 238 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.04 |
| HSL | 302.59º | 0.89% | 0.64% | - |
| HSV(B) | 302.59º | 0.66% | 0.96% | - |
| XYZ | 56.18 | 31.77 | 84.06 | - |
| YUV | 149.11 | 178.17 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 238 | 0 | 0.66 | 0.03 | 0.04 | 302.59 | 0.89 | 0.64 |
| Hex | F5 | 53 | EE | 0 | 42 | 3 | 4 | 12F | 59 | 40 |
| Octal | 365 | 123 | 356 | 0 | 102 | 3 | 4 | 457 | 131 | 100 |
| Binary | 11110101 | 1010011 | 11101110 | 0 | 1000010 | 11 | 100 | 100101111 | 1011001 | 1000000 |
Color Harmonies of #F553EE
Complementary color
Monochromatic Colors of #F553EE
Black with #F553EE
Text Example
Text Example
White with #F553EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553EE; }
p { color: rgb(245,83,238); }
H1.HeaderClassName
{
color: #F553EE;
}
.AnyTagClassName
{
color: #F553EE;
}
</style>
background-color css
<style>
a { background-color: #F553EE; }
a { background-color: rgb(245,83,238); }
div.DivClassName
{
background-color: #F553EE;
}
.BgClassName
{
background-color: #F553EE;
}
</style>
border-color css
<style>
span { border-color: #F553EE; }
span { border-color: rgb(245,83,238); }
td.TdClassName
{
border-color: #F553EE;
}
.TagClassName
{
border-color: #F553EE;
}
</style>