Shades of Salmon #F27D64
Tints of Salmon #F27D64
RGB
CMYK
RGB Variations
Color information
#F27D64 (or 0xF27D64) is known color: Salmon. HEX triplet: F2, 7D and 64. RGB value is (242,125,100). Sum of RGB (Red+Green+Blue) = 242+125+100=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27D64 is #0D829B. Grayscale: #9D9D9D. Windows color (decimal): -885404 or 6585842. OLE color: 6585842.
HSL color Cylindrical-coordinate representation of color #F27D64: hue angle of 10.56º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F27D64 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 100 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.05 |
| HSL | 10.56º | 0.85% | 0.67% | - |
| HSV(B) | 10.56º | 0.59% | 0.95% | - |
| XYZ | 46.25 | 34.46 | 16.27 | - |
| YUV | 157.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 100 | 0 | 0.48 | 0.59 | 0.05 | 10.56 | 0.85 | 0.67 |
| Hex | F2 | 7D | 64 | 0 | 30 | 3B | 5 | B | 55 | 43 |
| Octal | 362 | 175 | 144 | 0 | 60 | 73 | 5 | 13 | 125 | 103 |
| Binary | 11110010 | 1111101 | 1100100 | 0 | 110000 | 111011 | 101 | 1011 | 1010101 | 1000011 |
Color Harmonies of #F27D64
Complementary color
Monochromatic Colors of #F27D64
Black with #F27D64
Text Example
Text Example
White with #F27D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27D64; }
p { color: rgb(242,125,100); }
H1.HeaderClassName
{
color: #F27D64;
}
.AnyTagClassName
{
color: #F27D64;
}
</style>
background-color css
<style>
a { background-color: #F27D64; }
a { background-color: rgb(242,125,100); }
div.DivClassName
{
background-color: #F27D64;
}
.BgClassName
{
background-color: #F27D64;
}
</style>
border-color css
<style>
span { border-color: #F27D64; }
span { border-color: rgb(242,125,100); }
td.TdClassName
{
border-color: #F27D64;
}
.TagClassName
{
border-color: #F27D64;
}
</style>