Html Css Color HEX #F87873 Salmon

📋 copy color: '#F87873'

red 248 ◦ green 120 ◦ blue 115

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

Shades of Salmon #F87873

Tints of Salmon #F87873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.84%

 BLUE value IS 115 (45.31% from 255) = 23.81%

R = 51.35%
G = 24.84%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F87873 (or 0xF87873) is known color: Salmon. HEX triplet: F8, 78 and 73. RGB value is (248,120,115). Sum of RGB (Red+Green+Blue) = 248+120+115=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F87873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87873 is #07878C. Grayscale: #9D9D9D. Windows color (decimal): -493453 or 7567608. OLE color: 7567608.

HSL color Cylindrical-coordinate representation of color #F87873: hue angle of 2.26º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F87873 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 120 115 -
CMYK 0 0.52 0.54 0.03
HSL 2.26º 0.9% 0.71% -
HSV(B) 2.26º 0.54% 0.97% -
XYZ 48.52 34.63 20.35 -
YUV 157.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 248 120 115 0 0.52 0.54 0.03 2.26 0.9 0.71
Hex F8 78 73 0 34 36 3 2 5A 47
Octal 370 170 163 0 64 66 3 2 132 107
Binary 11111000 1111000 1110011 0 110100 110110 11 10 1011010 1000111

Color Harmonies of #F87873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87873

Black with #F87873

Text Example


Text Example

White with #F87873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87873; }

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

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

background-color css

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

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

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

border-color css

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

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

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