Html Css Color HEX #F87C70 Salmon

📋 copy color: '#F87C70'

red 248 ◦ green 124 ◦ blue 112

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

Shades of Salmon #F87C70

Tints of Salmon #F87C70

RGB

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

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

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

R = 51.24%
G = 25.62%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F87C70 (or 0xF87C70) is known color: Salmon. HEX triplet: F8, 7C and 70. RGB value is (248,124,112). Sum of RGB (Red+Green+Blue) = 248+124+112=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87C70 is #07838F. Grayscale: #9F9F9F. Windows color (decimal): -492432 or 7372024. OLE color: 7372024.

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

Color convert

RGB 248 124 112 -
CMYK 0 0.5 0.55 0.03
HSL 5.29º 0.91% 0.71% -
HSV(B) 5.29º 0.55% 0.97% -
XYZ 48.84 35.54 19.62 -
YUV 159.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 248 124 112 0 0.5 0.55 0.03 5.29 0.91 0.71
Hex F8 7C 70 0 32 37 3 5 5B 47
Octal 370 174 160 0 62 67 3 5 133 107
Binary 11111000 1111100 1110000 0 110010 110111 11 101 1011011 1000111

Color Harmonies of #F87C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87C70

Black with #F87C70

Text Example


Text Example

White with #F87C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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