Html Css Color HEX #F87B6A Salmon

📋 copy color: '#F87B6A'

red 248 ◦ green 123 ◦ blue 106

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

Shades of Salmon #F87B6A

Tints of Salmon #F87B6A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.79%

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

R = 51.99%
G = 25.79%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F87B6A (or 0xF87B6A) is known color: Salmon. HEX triplet: F8, 7B and 6A. RGB value is (248,123,106). Sum of RGB (Red+Green+Blue) = 248+123+106=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87B6A is #078495. Grayscale: #9E9E9E. Windows color (decimal): -492694 or 6978552. OLE color: 6978552.

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

Color convert

RGB 248 123 106 -
CMYK 0 0.50 0.57 0.03
HSL 7.18º 0.91% 0.69% -
HSV(B) 7.18º 0.57% 0.97% -
XYZ 48.4 35.16 17.87 -
YUV 158.44 98.41 191.88 -
System Red Green Blue C M Y K H S L
Decimal 248 123 106 0 0.50 0.57 0.03 7.18 0.91 0.69
Hex F8 7B 6A 0 32 39 3 7 5B 45
Octal 370 173 152 0 62 71 3 7 133 105
Binary 11111000 1111011 1101010 0 110010 111001 11 111 1011011 1000101

Color Harmonies of #F87B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87B6A

Black with #F87B6A

Text Example


Text Example

White with #F87B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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