Html Css Color HEX #F58166 Salmon

📋 copy color: '#F58166'

red 245 ◦ green 129 ◦ blue 102

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

Shades of Salmon #F58166

Tints of Salmon #F58166

RGB

 RED value IS 245 (96.09% from 255) = 51.47%

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

 BLUE value IS 102 (40.23% from 255) = 21.43%

R = 51.47%
G = 27.1%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F58166 (or 0xF58166) is known color: Salmon. HEX triplet: F5, 81 and 66. RGB value is (245,129,102). Sum of RGB (Red+Green+Blue) = 245+129+102=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F58166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58166 is #0A7E99. Grayscale: #A0A0A0. Windows color (decimal): -687770 or 6717941. OLE color: 6717941.

HSL color Cylindrical-coordinate representation of color #F58166: hue angle of 11.33º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F58166 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 129 102 -
CMYK 0 0.47 0.58 0.04
HSL 11.33º 0.88% 0.68% -
HSV(B) 11.33º 0.58% 0.96% -
XYZ 47.9 36.07 17.01 -
YUV 160.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 245 129 102 0 0.47 0.58 0.04 11.33 0.88 0.68
Hex F5 81 66 0 2F 3A 4 B 58 44
Octal 365 201 146 0 57 72 4 13 130 104
Binary 11110101 10000001 1100110 0 101111 111010 100 1011 1011000 1000100

Color Harmonies of #F58166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58166

Black with #F58166

Text Example


Text Example

White with #F58166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58166; }

 p { color: rgb(245,129,102); }

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

background-color css

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

 a { background-color: rgb(245,129,102); }

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

border-color css

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

 span { border-color: rgb(245,129,102); }

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