Html Css Color HEX #F08878 Salmon

📋 copy color: '#F08878'

red 240 ◦ green 136 ◦ blue 120

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

Shades of Salmon #F08878

Tints of Salmon #F08878

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.42%

 BLUE value IS 120 (47.27% from 255) = 24.19%

R = 48.39%
G = 27.42%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F08878 (or 0xF08878) is known color: Salmon. HEX triplet: F0, 88 and 78. RGB value is (240,136,120). Sum of RGB (Red+Green+Blue) = 240+136+120=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F08878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08878 is #0F7787. Grayscale: #A5A5A5. Windows color (decimal): -1013640 or 7899376. OLE color: 7899376.

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

Color convert

RGB 240 136 120 -
CMYK 0 0.43 0.5 0.06
HSL 0.8% 0.71% -
HSV(B) 0.5% 0.94% -
XYZ 48.13 37.49 22.47 -
YUV 165.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 240 136 120 0 0.43 0.5 0.06 8 0.8 0.71
Hex F0 88 78 0 2B 32 6 8 50 47
Octal 360 210 170 0 53 62 6 10 120 107
Binary 11110000 10001000 1111000 0 101011 110010 110 1000 1010000 1000111

Color Harmonies of #F08878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08878

Black with #F08878

Text Example


Text Example

White with #F08878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08878; }

 p { color: rgb(240,136,120); }

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

background-color css

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

 a { background-color: rgb(240,136,120); }

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

border-color css

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

 span { border-color: rgb(240,136,120); }

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