Html Css Color HEX #F88C78 Salmon

📋 copy color: '#F88C78'

red 248 ◦ green 140 ◦ blue 120

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

Shades of Salmon #F88C78

Tints of Salmon #F88C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.62%

R = 48.82%
G = 27.56%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F88C78 (or 0xF88C78) is known color: Salmon. HEX triplet: F8, 8C and 78. RGB value is (248,140,120). Sum of RGB (Red+Green+Blue) = 248+140+120=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88C78 is #077387. Grayscale: #AAAAAA. Windows color (decimal): -488328 or 7900408. OLE color: 7900408.

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

Color convert

RGB 248 140 120 -
CMYK 0 0.44 0.52 0.03
HSL 9.38º 0.9% 0.72% -
HSV(B) 9.38º 0.52% 0.97% -
XYZ 51.48 40.07 22.79 -
YUV 170.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 248 140 120 0 0.44 0.52 0.03 9.38 0.9 0.72
Hex F8 8C 78 0 2C 34 3 9 5A 48
Octal 370 214 170 0 54 64 3 11 132 110
Binary 11111000 10001100 1111000 0 101100 110100 11 1001 1011010 1001000

Color Harmonies of #F88C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88C78

Black with #F88C78

Text Example


Text Example

White with #F88C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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