Shades of Flamingo #F06358
Tints of Flamingo #F06358
RGB
CMYK
RGB Variations
Color information
#F06358 (or 0xF06358) is known color: Flamingo. HEX triplet: F0, 63 and 58. RGB value is (240,99,88). Sum of RGB (Red+Green+Blue) = 240+99+88=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F06358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06358 is #0F9CA7. Grayscale: #8C8C8C. Windows color (decimal): -1023144 or 5792752. OLE color: 5792752.
HSL color Cylindrical-coordinate representation of color #F06358: hue angle of 4.34º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F06358 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 88 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.06 |
| HSL | 4.34º | 0.84% | 0.64% | - |
| HSV(B) | 4.34º | 0.63% | 0.94% | - |
| XYZ | 42.16 | 28.15 | 12.44 | - |
| YUV | 139.91 | 98.71 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 88 | 0 | 0.59 | 0.63 | 0.06 | 4.34 | 0.84 | 0.64 |
| Hex | F0 | 63 | 58 | 0 | 3B | 3F | 6 | 4 | 54 | 40 |
| Octal | 360 | 143 | 130 | 0 | 73 | 77 | 6 | 4 | 124 | 100 |
| Binary | 11110000 | 1100011 | 1011000 | 0 | 111011 | 111111 | 110 | 100 | 1010100 | 1000000 |
Color Harmonies of #F06358
Complementary color
Monochromatic Colors of #F06358
Black with #F06358
Text Example
Text Example
White with #F06358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06358; }
p { color: rgb(240,99,88); }
H1.HeaderClassName
{
color: #F06358;
}
.AnyTagClassName
{
color: #F06358;
}
</style>
background-color css
<style>
a { background-color: #F06358; }
a { background-color: rgb(240,99,88); }
div.DivClassName
{
background-color: #F06358;
}
.BgClassName
{
background-color: #F06358;
}
</style>
border-color css
<style>
span { border-color: #F06358; }
span { border-color: rgb(240,99,88); }
td.TdClassName
{
border-color: #F06358;
}
.TagClassName
{
border-color: #F06358;
}
</style>