Html Css Color HEX #F87C78 Salmon

📋 copy color: '#F87C78'

red 248 ◦ green 124 ◦ blue 120

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

Shades of Salmon #F87C78

Tints of Salmon #F87C78

RGB

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

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

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

R = 50.41%
G = 25.2%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F87C78 (or 0xF87C78) is known color: Salmon. HEX triplet: F8, 7C and 78. RGB value is (248,124,120). Sum of RGB (Red+Green+Blue) = 248+124+120=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87C78 is #078387. Grayscale: #A0A0A0. Windows color (decimal): -492424 or 7896312. OLE color: 7896312.

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

Color convert

RGB 248 124 120 -
CMYK 0 0.5 0.52 0.03
HSL 1.88º 0.9% 0.72% -
HSV(B) 1.88º 0.52% 0.97% -
XYZ 49.31 35.73 22.07 -
YUV 160.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 248 124 120 0 0.5 0.52 0.03 1.88 0.9 0.72
Hex F8 7C 78 0 32 34 3 2 5A 48
Octal 370 174 170 0 62 64 3 2 132 110
Binary 11111000 1111100 1111000 0 110010 110100 11 10 1011010 1001000

Color Harmonies of #F87C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87C78

Black with #F87C78

Text Example


Text Example

White with #F87C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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