Html Css Color HEX #F88077 Salmon

📋 copy color: '#F88077'

red 248 ◦ green 128 ◦ blue 119

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

Shades of Salmon #F88077

Tints of Salmon #F88077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.86%

 BLUE value IS 119 (46.88% from 255) = 24.04%

R = 50.1%
G = 25.86%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F88077 (or 0xF88077) is known color: Salmon. HEX triplet: F8, 80 and 77. RGB value is (248,128,119). Sum of RGB (Red+Green+Blue) = 248+128+119=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F88077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88077 is #077F88. Grayscale: #A3A3A3. Windows color (decimal): -491401 or 7831800. OLE color: 7831800.

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

Color convert

RGB 248 128 119 -
CMYK 0 0.48 0.52 0.03
HSL 4.19º 0.9% 0.72% -
HSV(B) 4.19º 0.52% 0.97% -
XYZ 49.76 36.73 21.92 -
YUV 162.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 248 128 119 0 0.48 0.52 0.03 4.19 0.9 0.72
Hex F8 80 77 0 30 34 3 4 5A 48
Octal 370 200 167 0 60 64 3 4 132 110
Binary 11111000 10000000 1110111 0 110000 110100 11 100 1011010 1001000

Color Harmonies of #F88077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88077

Black with #F88077

Text Example


Text Example

White with #F88077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88077; }

 p { color: rgb(248,128,119); }

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

background-color css

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

 a { background-color: rgb(248,128,119); }

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

border-color css

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

 span { border-color: rgb(248,128,119); }

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