Html Css Color HEX #F87C79 Salmon

📋 copy color: '#F87C79'

red 248 ◦ green 124 ◦ blue 121

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

Shades of Salmon #F87C79

Tints of Salmon #F87C79

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.15%

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

R = 50.3%
G = 25.15%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F87C79 (or 0xF87C79) is known color: Salmon. HEX triplet: F8, 7C and 79. RGB value is (248,124,121). Sum of RGB (Red+Green+Blue) = 248+124+121=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87C79 is #078386. Grayscale: #A0A0A0. Windows color (decimal): -492423 or 7961848. OLE color: 7961848.

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

Color convert

RGB 248 124 121 -
CMYK 0 0.5 0.51 0.03
HSL 1.42º 0.9% 0.72% -
HSV(B) 1.42º 0.51% 0.97% -
XYZ 49.37 35.75 22.39 -
YUV 160.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 248 124 121 0 0.5 0.51 0.03 1.42 0.9 0.72
Hex F8 7C 79 0 32 33 3 1 5A 48
Octal 370 174 171 0 62 63 3 1 132 110
Binary 11111000 1111100 1111001 0 110010 110011 11 1 1011010 1001000

Color Harmonies of #F87C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87C79

Black with #F87C79

Text Example


Text Example

White with #F87C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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