Shades of Flamingo #F25A58
Tints of Flamingo #F25A58
RGB
CMYK
RGB Variations
Color information
#F25A58 (or 0xF25A58) is known color: Flamingo. HEX triplet: F2, 5A and 58. RGB value is (242,90,88). Sum of RGB (Red+Green+Blue) = 242+90+88=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25A58 is #0DA5A7. Grayscale: #878787. Windows color (decimal): -894376 or 5790450. OLE color: 5790450.
HSL color Cylindrical-coordinate representation of color #F25A58: hue angle of 0.78º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25A58 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 88 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.05 |
| HSL | 0.78º | 0.86% | 0.65% | - |
| HSV(B) | 0.78º | 0.64% | 0.95% | - |
| XYZ | 42.04 | 26.89 | 12.21 | - |
| YUV | 135.22 | 101.36 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 88 | 0 | 0.63 | 0.64 | 0.05 | 0.78 | 0.86 | 0.65 |
| Hex | F2 | 5A | 58 | 0 | 3F | 40 | 5 | 1 | 56 | 41 |
| Octal | 362 | 132 | 130 | 0 | 77 | 100 | 5 | 1 | 126 | 101 |
| Binary | 11110010 | 1011010 | 1011000 | 0 | 111111 | 1000000 | 101 | 1 | 1010110 | 1000001 |
Color Harmonies of #F25A58
Complementary color
Monochromatic Colors of #F25A58
Black with #F25A58
Text Example
Text Example
White with #F25A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25A58; }
p { color: rgb(242,90,88); }
H1.HeaderClassName
{
color: #F25A58;
}
.AnyTagClassName
{
color: #F25A58;
}
</style>
background-color css
<style>
a { background-color: #F25A58; }
a { background-color: rgb(242,90,88); }
div.DivClassName
{
background-color: #F25A58;
}
.BgClassName
{
background-color: #F25A58;
}
</style>
border-color css
<style>
span { border-color: #F25A58; }
span { border-color: rgb(242,90,88); }
td.TdClassName
{
border-color: #F25A58;
}
.TagClassName
{
border-color: #F25A58;
}
</style>