Shades of Flamingo #F25754
Tints of Flamingo #F25754
RGB
CMYK
RGB Variations
Color information
#F25754 (or 0xF25754) is known color: Flamingo. HEX triplet: F2, 57 and 54. RGB value is (242,87,84). Sum of RGB (Red+Green+Blue) = 242+87+84=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F25754 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25754 is #0DA8AB. Grayscale: #858585. Windows color (decimal): -895148 or 5527538. OLE color: 5527538.
HSL color Cylindrical-coordinate representation of color #F25754: hue angle of 1.14º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F25754 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 84 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.05 |
| HSL | 1.14º | 0.86% | 0.64% | - |
| HSV(B) | 1.14º | 0.65% | 0.95% | - |
| XYZ | 41.63 | 26.33 | 11.28 | - |
| YUV | 133 | 100.35 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 84 | 0 | 0.64 | 0.65 | 0.05 | 1.14 | 0.86 | 0.64 |
| Hex | F2 | 57 | 54 | 0 | 40 | 41 | 5 | 1 | 56 | 40 |
| Octal | 362 | 127 | 124 | 0 | 100 | 101 | 5 | 1 | 126 | 100 |
| Binary | 11110010 | 1010111 | 1010100 | 0 | 1000000 | 1000001 | 101 | 1 | 1010110 | 1000000 |
Color Harmonies of #F25754
Complementary color
Monochromatic Colors of #F25754
Black with #F25754
Text Example
Text Example
White with #F25754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25754; }
p { color: rgb(242,87,84); }
H1.HeaderClassName
{
color: #F25754;
}
.AnyTagClassName
{
color: #F25754;
}
</style>
background-color css
<style>
a { background-color: #F25754; }
a { background-color: rgb(242,87,84); }
div.DivClassName
{
background-color: #F25754;
}
.BgClassName
{
background-color: #F25754;
}
</style>
border-color css
<style>
span { border-color: #F25754; }
span { border-color: rgb(242,87,84); }
td.TdClassName
{
border-color: #F25754;
}
.TagClassName
{
border-color: #F25754;
}
</style>