Html Css Color HEX #F87A6B Salmon

📋 copy color: '#F87A6B'

red 248 ◦ green 122 ◦ blue 107

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

Shades of Salmon #F87A6B

Tints of Salmon #F87A6B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.58%

 BLUE value IS 107 (42.19% from 255) = 22.43%

R = 51.99%
G = 25.58%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F87A6B (or 0xF87A6B) is known color: Salmon. HEX triplet: F8, 7A and 6B. RGB value is (248,122,107). Sum of RGB (Red+Green+Blue) = 248+122+107=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87A6B is #078594. Grayscale: #9E9E9E. Windows color (decimal): -492949 or 7043832. OLE color: 7043832.

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

Color convert

RGB 248 122 107 -
CMYK 0 0.51 0.57 0.03
HSL 6.38º 0.91% 0.7% -
HSV(B) 6.38º 0.57% 0.97% -
XYZ 48.32 34.94 18.11 -
YUV 157.96 99.24 192.22 -
System Red Green Blue C M Y K H S L
Decimal 248 122 107 0 0.51 0.57 0.03 6.38 0.91 0.7
Hex F8 7A 6B 0 33 39 3 6 5B 46
Octal 370 172 153 0 63 71 3 6 133 106
Binary 11111000 1111010 1101011 0 110011 111001 11 110 1011011 1000110

Color Harmonies of #F87A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87A6B

Black with #F87A6B

Text Example


Text Example

White with #F87A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87A6B; }

 p { color: rgb(248,122,107); }

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

background-color css

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

 a { background-color: rgb(248,122,107); }

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

border-color css

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

 span { border-color: rgb(248,122,107); }

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