Html Css Color HEX #F87A6A Salmon

📋 copy color: '#F87A6A'

red 248 ◦ green 122 ◦ blue 106

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

Shades of Salmon #F87A6A

Tints of Salmon #F87A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.27%

R = 52.1%
G = 25.63%
B = 22.27%

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

#F87A6A (or 0xF87A6A) is known color: Salmon. HEX triplet: F8, 7A and 6A. RGB value is (248,122,106). Sum of RGB (Red+Green+Blue) = 248+122+106=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87A6A is #078595. Grayscale: #9E9E9E. Windows color (decimal): -492950 or 6978296. OLE color: 6978296.

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

Color convert

RGB 248 122 106 -
CMYK 0 0.51 0.57 0.03
HSL 6.76º 0.91% 0.69% -
HSV(B) 6.76º 0.57% 0.97% -
XYZ 48.27 34.92 17.83 -
YUV 157.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 248 122 106 0 0.51 0.57 0.03 6.76 0.91 0.69
Hex F8 7A 6A 0 33 39 3 7 5B 45
Octal 370 172 152 0 63 71 3 7 133 105
Binary 11111000 1111010 1101010 0 110011 111001 11 111 1011011 1000101

Color Harmonies of #F87A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87A6A

Black with #F87A6A

Text Example


Text Example

White with #F87A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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