Html Css Color HEX #F08072 Salmon

📋 copy color: '#F08072'

red 240 ◦ green 128 ◦ blue 114

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

Shades of Salmon #F08072

Tints of Salmon #F08072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.56%

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 49.79%
G = 26.56%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F08072 (or 0xF08072) is known color: Salmon. HEX triplet: F0, 80 and 72. RGB value is (240,128,114). Sum of RGB (Red+Green+Blue) = 240+128+114=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F08072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08072 is #0F7F8D. Grayscale: #A0A0A0. Windows color (decimal): -1015694 or 7504112. OLE color: 7504112.

HSL color Cylindrical-coordinate representation of color #F08072: hue angle of 6.67º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F08072 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 114 -
CMYK 0 0.47 0.52 0.06
HSL 6.67º 0.81% 0.69% -
HSV(B) 6.67º 0.53% 0.94% -
XYZ 46.69 35.18 20.25 -
YUV 159.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 240 128 114 0 0.47 0.52 0.06 6.67 0.81 0.69
Hex F0 80 72 0 2F 34 6 7 51 45
Octal 360 200 162 0 57 64 6 7 121 105
Binary 11110000 10000000 1110010 0 101111 110100 110 111 1010001 1000101

Color Harmonies of #F08072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08072

Black with #F08072

Text Example


Text Example

White with #F08072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08072; }

 p { color: rgb(240,128,114); }

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

background-color css

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

 a { background-color: rgb(240,128,114); }

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

border-color css

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

 span { border-color: rgb(240,128,114); }

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