Shades of Corvette #F2B588
Tints of Corvette #F2B588
RGB
CMYK
RGB Variations
Color information
#F2B588 (or 0xF2B588) is known color: Corvette. HEX triplet: F2, B5 and 88. RGB value is (242,181,136). Sum of RGB (Red+Green+Blue) = 242+181+136=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B588 is #0D4A77. Grayscale: #C2C2C2. Windows color (decimal): -871032 or 8959474. OLE color: 8959474.
HSL color Cylindrical-coordinate representation of color #F2B588: hue angle of 25.47º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2B588 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 136 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.05 |
| HSL | 25.47º | 0.8% | 0.74% | - |
| HSV(B) | 25.47º | 0.44% | 0.95% | - |
| XYZ | 57.59 | 53.7 | 30.62 | - |
| YUV | 194.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 136 | 0 | 0.25 | 0.44 | 0.05 | 25.47 | 0.8 | 0.74 |
| Hex | F2 | B5 | 88 | 0 | 19 | 2C | 5 | 19 | 50 | 4A |
| Octal | 362 | 265 | 210 | 0 | 31 | 54 | 5 | 31 | 120 | 112 |
| Binary | 11110010 | 10110101 | 10001000 | 0 | 11001 | 101100 | 101 | 11001 | 1010000 | 1001010 |
Color Harmonies of #F2B588
Complementary color
Monochromatic Colors of #F2B588
Black with #F2B588
Text Example
Text Example
White with #F2B588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B588; }
p { color: rgb(242,181,136); }
H1.HeaderClassName
{
color: #F2B588;
}
.AnyTagClassName
{
color: #F2B588;
}
</style>
background-color css
<style>
a { background-color: #F2B588; }
a { background-color: rgb(242,181,136); }
div.DivClassName
{
background-color: #F2B588;
}
.BgClassName
{
background-color: #F2B588;
}
</style>
border-color css
<style>
span { border-color: #F2B588; }
span { border-color: rgb(242,181,136); }
td.TdClassName
{
border-color: #F2B588;
}
.TagClassName
{
border-color: #F2B588;
}
</style>