Html Css Color HEX #F87A6F Salmon

📋 copy color: '#F87A6F'

red 248 ◦ green 122 ◦ blue 111

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

Shades of Salmon #F87A6F

Tints of Salmon #F87A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.08%

R = 51.56%
G = 25.36%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F87A6F (or 0xF87A6F) is known color: Salmon. HEX triplet: F8, 7A and 6F. RGB value is (248,122,111). Sum of RGB (Red+Green+Blue) = 248+122+111=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87A6F is #078590. Grayscale: #9E9E9E. Windows color (decimal): -492945 or 7305976. OLE color: 7305976.

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

Color convert

RGB 248 122 111 -
CMYK 0 0.51 0.55 0.03
HSL 4.82º 0.91% 0.7% -
HSV(B) 4.82º 0.55% 0.97% -
XYZ 48.54 35.02 19.24 -
YUV 158.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 248 122 111 0 0.51 0.55 0.03 4.82 0.91 0.7
Hex F8 7A 6F 0 33 37 3 5 5B 46
Octal 370 172 157 0 63 67 3 5 133 106
Binary 11111000 1111010 1101111 0 110011 110111 11 101 1011011 1000110

Color Harmonies of #F87A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87A6F

Black with #F87A6F

Text Example


Text Example

White with #F87A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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