Shades of Flamingo #F25953
Tints of Flamingo #F25953
RGB
CMYK
RGB Variations
Color information
#F25953 (or 0xF25953) is known color: Flamingo. HEX triplet: F2, 59 and 53. RGB value is (242,89,83). Sum of RGB (Red+Green+Blue) = 242+89+83=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F25953 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25953 is #0DA6AC. Grayscale: #868686. Windows color (decimal): -894637 or 5462514. OLE color: 5462514.
HSL color Cylindrical-coordinate representation of color #F25953: hue angle of 2.26º 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 #F25953 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 83 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.05 |
| HSL | 2.26º | 0.86% | 0.64% | - |
| HSV(B) | 2.26º | 0.66% | 0.95% | - |
| XYZ | 41.75 | 26.65 | 11.13 | - |
| YUV | 134.06 | 99.19 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 83 | 0 | 0.63 | 0.66 | 0.05 | 2.26 | 0.86 | 0.64 |
| Hex | F2 | 59 | 53 | 0 | 3F | 42 | 5 | 2 | 56 | 40 |
| Octal | 362 | 131 | 123 | 0 | 77 | 102 | 5 | 2 | 126 | 100 |
| Binary | 11110010 | 1011001 | 1010011 | 0 | 111111 | 1000010 | 101 | 10 | 1010110 | 1000000 |
Color Harmonies of #F25953
Complementary color
Monochromatic Colors of #F25953
Black with #F25953
Text Example
Text Example
White with #F25953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25953; }
p { color: rgb(242,89,83); }
H1.HeaderClassName
{
color: #F25953;
}
.AnyTagClassName
{
color: #F25953;
}
</style>
background-color css
<style>
a { background-color: #F25953; }
a { background-color: rgb(242,89,83); }
div.DivClassName
{
background-color: #F25953;
}
.BgClassName
{
background-color: #F25953;
}
</style>
border-color css
<style>
span { border-color: #F25953; }
span { border-color: rgb(242,89,83); }
td.TdClassName
{
border-color: #F25953;
}
.TagClassName
{
border-color: #F25953;
}
</style>