Html Css Color HEX #F88479 Salmon

📋 copy color: '#F88479'

red 248 ◦ green 132 ◦ blue 121

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

Shades of Salmon #F88479

Tints of Salmon #F88479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.35%

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

R = 49.5%
G = 26.35%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F88479 (or 0xF88479) is known color: Salmon. HEX triplet: F8, 84 and 79. RGB value is (248,132,121). Sum of RGB (Red+Green+Blue) = 248+132+121=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F88479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88479 is #077B86. Grayscale: #A5A5A5. Windows color (decimal): -490375 or 7963896. OLE color: 7963896.

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

Color convert

RGB 248 132 121 -
CMYK 0 0.47 0.51 0.03
HSL 5.2º 0.9% 0.72% -
HSV(B) 5.2º 0.51% 0.97% -
XYZ 50.41 37.84 22.74 -
YUV 165.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 248 132 121 0 0.47 0.51 0.03 5.2 0.9 0.72
Hex F8 84 79 0 2F 33 3 5 5A 48
Octal 370 204 171 0 57 63 3 5 132 110
Binary 11111000 10000100 1111001 0 101111 110011 11 101 1011010 1001000

Color Harmonies of #F88479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88479

Black with #F88479

Text Example


Text Example

White with #F88479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88479; }

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

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

background-color css

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

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

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

border-color css

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

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

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