Shades of Pink Flamingo #F253EF
Tints of Pink Flamingo #F253EF
RGB
CMYK
RGB Variations
Color information
#F253EF (or 0xF253EF) is known color: Pink Flamingo. HEX triplet: F2, 53 and EF. RGB value is (242,83,239). Sum of RGB (Red+Green+Blue) = 242+83+239=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 83 (32.81% from 255 or 14.72% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F253EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253EF is #0DAC10. Grayscale: #939393. Windows color (decimal): -896017 or 15684594. OLE color: 15684594.
HSL color Cylindrical-coordinate representation of color #F253EF: hue angle of 301.13º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F253EF is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 239 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.05 |
| HSL | 301.13º | 0.86% | 0.64% | - |
| HSV(B) | 301.13º | 0.66% | 0.95% | - |
| XYZ | 55.29 | 31.3 | 84.79 | - |
| YUV | 148.33 | 179.18 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 239 | 0 | 0.66 | 0.01 | 0.05 | 301.13 | 0.86 | 0.64 |
| Hex | F2 | 53 | EF | 0 | 42 | 1 | 5 | 12D | 56 | 40 |
| Octal | 362 | 123 | 357 | 0 | 102 | 1 | 5 | 455 | 126 | 100 |
| Binary | 11110010 | 1010011 | 11101111 | 0 | 1000010 | 1 | 101 | 100101101 | 1010110 | 1000000 |
Color Harmonies of #F253EF
Complementary color
Monochromatic Colors of #F253EF
Black with #F253EF
Text Example
Text Example
White with #F253EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253EF; }
p { color: rgb(242,83,239); }
H1.HeaderClassName
{
color: #F253EF;
}
.AnyTagClassName
{
color: #F253EF;
}
</style>
background-color css
<style>
a { background-color: #F253EF; }
a { background-color: rgb(242,83,239); }
div.DivClassName
{
background-color: #F253EF;
}
.BgClassName
{
background-color: #F253EF;
}
</style>
border-color css
<style>
span { border-color: #F253EF; }
span { border-color: rgb(242,83,239); }
td.TdClassName
{
border-color: #F253EF;
}
.TagClassName
{
border-color: #F253EF;
}
</style>