Shades of Flamingo #F25853
Tints of Flamingo #F25853
RGB
CMYK
RGB Variations
Color information
#F25853 (or 0xF25853) is known color: Flamingo. HEX triplet: F2, 58 and 53. RGB value is (242,88,83). Sum of RGB (Red+Green+Blue) = 242+88+83=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F25853 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25853 is #0DA7AC. Grayscale: #858585. Windows color (decimal): -894893 or 5462258. OLE color: 5462258.
HSL color Cylindrical-coordinate representation of color #F25853: hue angle of 1.89º 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 #F25853 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 83 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.05 |
| HSL | 1.89º | 0.86% | 0.64% | - |
| HSV(B) | 1.89º | 0.66% | 0.95% | - |
| XYZ | 41.67 | 26.48 | 11.1 | - |
| YUV | 133.48 | 99.52 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 83 | 0 | 0.64 | 0.66 | 0.05 | 1.89 | 0.86 | 0.64 |
| Hex | F2 | 58 | 53 | 0 | 40 | 42 | 5 | 2 | 56 | 40 |
| Octal | 362 | 130 | 123 | 0 | 100 | 102 | 5 | 2 | 126 | 100 |
| Binary | 11110010 | 1011000 | 1010011 | 0 | 1000000 | 1000010 | 101 | 10 | 1010110 | 1000000 |
Color Harmonies of #F25853
Complementary color
Monochromatic Colors of #F25853
Black with #F25853
Text Example
Text Example
White with #F25853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25853; }
p { color: rgb(242,88,83); }
H1.HeaderClassName
{
color: #F25853;
}
.AnyTagClassName
{
color: #F25853;
}
</style>
background-color css
<style>
a { background-color: #F25853; }
a { background-color: rgb(242,88,83); }
div.DivClassName
{
background-color: #F25853;
}
.BgClassName
{
background-color: #F25853;
}
</style>
border-color css
<style>
span { border-color: #F25853; }
span { border-color: rgb(242,88,83); }
td.TdClassName
{
border-color: #F25853;
}
.TagClassName
{
border-color: #F25853;
}
</style>