Html Css Color HEX #F08277 Salmon

📋 copy color: '#F08277'

red 240 ◦ green 130 ◦ blue 119

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

Shades of Salmon #F08277

Tints of Salmon #F08277

RGB

 RED value IS 240 (94.14% from 255) = 49.08%

 GREEN value IS 130 (51.17% from 255) = 26.58%

 BLUE value IS 119 (46.88% from 255) = 24.34%

R = 49.08%
G = 26.58%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F08277 (or 0xF08277) is known color: Salmon. HEX triplet: F0, 82 and 77. RGB value is (240,130,119). Sum of RGB (Red+Green+Blue) = 240+130+119=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F08277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08277 is #0F7D88. Grayscale: #A1A1A1. Windows color (decimal): -1015177 or 7832304. OLE color: 7832304.

HSL color Cylindrical-coordinate representation of color #F08277: hue angle of 5.45º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F08277 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 119 -
CMYK 0 0.46 0.50 0.06
HSL 5.45º 0.8% 0.7% -
HSV(B) 5.45º 0.5% 0.94% -
XYZ 47.25 35.82 21.88 -
YUV 161.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 240 130 119 0 0.46 0.50 0.06 5.45 0.8 0.7
Hex F0 82 77 0 2E 32 6 5 50 46
Octal 360 202 167 0 56 62 6 5 120 106
Binary 11110000 10000010 1110111 0 101110 110010 110 101 1010000 1000110

Color Harmonies of #F08277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08277

Black with #F08277

Text Example


Text Example

White with #F08277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08277; }

 p { color: rgb(240,130,119); }

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

background-color css

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

 a { background-color: rgb(240,130,119); }

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

border-color css

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

 span { border-color: rgb(240,130,119); }

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