Html Css Color HEX #F87970 Salmon

📋 copy color: '#F87970'

red 248 ◦ green 121 ◦ blue 112

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

Shades of Salmon #F87970

Tints of Salmon #F87970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.16%

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 51.56%
G = 25.16%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F87970 (or 0xF87970) is known color: Salmon. HEX triplet: F8, 79 and 70. RGB value is (248,121,112). Sum of RGB (Red+Green+Blue) = 248+121+112=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F87970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87970 is #07868F. Grayscale: #9E9E9E. Windows color (decimal): -493200 or 7371256. OLE color: 7371256.

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

Color convert

RGB 248 121 112 -
CMYK 0 0.51 0.55 0.03
HSL 3.97º 0.91% 0.71% -
HSV(B) 3.97º 0.55% 0.97% -
XYZ 48.47 34.8 19.49 -
YUV 157.95 102.08 192.23 -
System Red Green Blue C M Y K H S L
Decimal 248 121 112 0 0.51 0.55 0.03 3.97 0.91 0.71
Hex F8 79 70 0 33 37 3 4 5B 47
Octal 370 171 160 0 63 67 3 4 133 107
Binary 11111000 1111001 1110000 0 110011 110111 11 100 1011011 1000111

Color Harmonies of #F87970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87970

Black with #F87970

Text Example


Text Example

White with #F87970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87970; }

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

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

background-color css

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

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

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

border-color css

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

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

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