Html Css Color HEX #F87E7A Salmon

📋 copy color: '#F87E7A'

red 248 ◦ green 126 ◦ blue 122

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

Shades of Salmon #F87E7A

Tints of Salmon #F87E7A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.4%

 BLUE value IS 122 (48.05% from 255) = 24.6%

R = 50%
G = 25.4%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F87E7A (or 0xF87E7A) is known color: Salmon. HEX triplet: F8, 7E and 7A. RGB value is (248,126,122). Sum of RGB (Red+Green+Blue) = 248+126+122=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F87E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87E7A is #078185. Grayscale: #A2A2A2. Windows color (decimal): -491910 or 8027896. OLE color: 8027896.

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

Color convert

RGB 248 126 122 -
CMYK 0 0.49 0.51 0.03
HSL 1.9º 0.9% 0.73% -
HSV(B) 1.9º 0.51% 0.97% -
XYZ 49.69 36.28 22.8 -
YUV 162.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 248 126 122 0 0.49 0.51 0.03 1.9 0.9 0.73
Hex F8 7E 7A 0 31 33 3 2 5A 49
Octal 370 176 172 0 61 63 3 2 132 111
Binary 11111000 1111110 1111010 0 110001 110011 11 10 1011010 1001001

Color Harmonies of #F87E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87E7A

Black with #F87E7A

Text Example


Text Example

White with #F87E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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