Html Css Color HEX #F88C79 Salmon

📋 copy color: '#F88C79'

red 248 ◦ green 140 ◦ blue 121

#F88C79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #F88C79

Tints of Salmon #F88C79

RGB

 RED value IS 248 (97.27% from 255) = 48.72%

 GREEN value IS 140 (55.08% from 255) = 27.5%

 BLUE value IS 121 (47.66% from 255) = 23.77%

R = 48.72%
G = 27.5%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F88C79 (or 0xF88C79) is known color: Salmon. HEX triplet: F8, 8C and 79. RGB value is (248,140,121). Sum of RGB (Red+Green+Blue) = 248+140+121=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88C79 is #077386. Grayscale: #AAAAAA. Windows color (decimal): -488327 or 7965944. OLE color: 7965944.

HSL color Cylindrical-coordinate representation of color #F88C79: hue angle of 8.98º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F88C79 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 140 121 -
CMYK 0 0.44 0.51 0.03
HSL 8.98º 0.9% 0.72% -
HSV(B) 8.98º 0.51% 0.97% -
XYZ 51.54 40.09 23.11 -
YUV 170.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 248 140 121 0 0.44 0.51 0.03 8.98 0.9 0.72
Hex F8 8C 79 0 2C 33 3 9 5A 48
Octal 370 214 171 0 54 63 3 11 132 110
Binary 11111000 10001100 1111001 0 101100 110011 11 1001 1011010 1001000

Color Harmonies of #F88C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88C79

Black with #F88C79

Text Example


Text Example

White with #F88C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88C79; }

 p { color: rgb(248,140,121); }

 H1.HeaderClassName
 {
   color: #F88C79;
 }
 .AnyTagClassName
 {
   color: #F88C79;
 }
</style>

background-color css

<style>
 a { background-color: #F88C79; }

 a { background-color: rgb(248,140,121); }

 div.DivClassName
 {
   background-color: #F88C79;
 }
 .BgClassName
 {
   background-color: #F88C79;
 }
</style>

border-color css

<style>
 span { border-color: #F88C79; }

 span { border-color: rgb(248,140,121); }

 td.TdClassName
 {
   border-color: #F88C79;
 }
 .TagClassName
 {
   border-color: #F88C79;
 }
</style>