Html Css Color HEX #F08168 Salmon

📋 copy color: '#F08168'

red 240 ◦ green 129 ◦ blue 104

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

Shades of Salmon #F08168

Tints of Salmon #F08168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.27%

 BLUE value IS 104 (41.02% from 255) = 21.99%

R = 50.74%
G = 27.27%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F08168 (or 0xF08168) is known color: Salmon. HEX triplet: F0, 81 and 68. RGB value is (240,129,104). Sum of RGB (Red+Green+Blue) = 240+129+104=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F08168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08168 is #0F7E97. Grayscale: #9F9F9F. Windows color (decimal): -1015448 or 6849008. OLE color: 6849008.

HSL color Cylindrical-coordinate representation of color #F08168: hue angle of 11.03º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F08168 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 104 -
CMYK 0 0.46 0.57 0.06
HSL 11.03º 0.82% 0.67% -
HSV(B) 11.03º 0.57% 0.94% -
XYZ 46.28 35.23 17.46 -
YUV 159.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 240 129 104 0 0.46 0.57 0.06 11.03 0.82 0.67
Hex F0 81 68 0 2E 39 6 B 52 43
Octal 360 201 150 0 56 71 6 13 122 103
Binary 11110000 10000001 1101000 0 101110 111001 110 1011 1010010 1000011

Color Harmonies of #F08168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08168

Black with #F08168

Text Example


Text Example

White with #F08168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08168; }

 p { color: rgb(240,129,104); }

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

background-color css

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

 a { background-color: rgb(240,129,104); }

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

border-color css

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

 span { border-color: rgb(240,129,104); }

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