Html Css Color HEX #F88978 Salmon

📋 copy color: '#F88978'

red 248 ◦ green 137 ◦ blue 120

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

Shades of Salmon #F88978

Tints of Salmon #F88978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.13%

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

R = 49.11%
G = 27.13%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F88978 (or 0xF88978) is known color: Salmon. HEX triplet: F8, 89 and 78. RGB value is (248,137,120). Sum of RGB (Red+Green+Blue) = 248+137+120=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F88978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88978 is #077687. Grayscale: #A8A8A8. Windows color (decimal): -489096 or 7899640. OLE color: 7899640.

HSL color Cylindrical-coordinate representation of color #F88978: hue angle of 7.97º 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 #F88978 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 137 120 -
CMYK 0 0.45 0.52 0.03
HSL 7.97º 0.9% 0.72% -
HSV(B) 7.97º 0.52% 0.97% -
XYZ 51.05 39.2 22.65 -
YUV 168.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 248 137 120 0 0.45 0.52 0.03 7.97 0.9 0.72
Hex F8 89 78 0 2D 34 3 8 5A 48
Octal 370 211 170 0 55 64 3 10 132 110
Binary 11111000 10001001 1111000 0 101101 110100 11 1000 1011010 1001000

Color Harmonies of #F88978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88978

Black with #F88978

Text Example


Text Example

White with #F88978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88978; }

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

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

background-color css

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

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

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

border-color css

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

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

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