Html Css Color HEX #F87F70 Salmon

📋 copy color: '#F87F70'

red 248 ◦ green 127 ◦ blue 112

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

Shades of Salmon #F87F70

Tints of Salmon #F87F70

RGB

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

 GREEN value IS 127 (50% from 255) = 26.08%

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

R = 50.92%
G = 26.08%
B = 23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F87F70 (or 0xF87F70) is known color: Salmon. HEX triplet: F8, 7F and 70. RGB value is (248,127,112). Sum of RGB (Red+Green+Blue) = 248+127+112=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87F70 is #07808F. Grayscale: #A1A1A1. Windows color (decimal): -491664 or 7372792. OLE color: 7372792.

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

Color convert

RGB 248 127 112 -
CMYK 0 0.49 0.55 0.03
HSL 6.62º 0.91% 0.71% -
HSV(B) 6.62º 0.55% 0.97% -
XYZ 49.23 36.31 19.74 -
YUV 161.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 248 127 112 0 0.49 0.55 0.03 6.62 0.91 0.71
Hex F8 7F 70 0 31 37 3 7 5B 47
Octal 370 177 160 0 61 67 3 7 133 107
Binary 11111000 1111111 1110000 0 110001 110111 11 111 1011011 1000111

Color Harmonies of #F87F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F70

Black with #F87F70

Text Example


Text Example

White with #F87F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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