Html Css Color HEX #F58566 Salmon

📋 copy color: '#F58566'

red 245 ◦ green 133 ◦ blue 102

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

Shades of Salmon #F58566

Tints of Salmon #F58566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.71%

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

R = 51.04%
G = 27.71%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F58566 (or 0xF58566) is known color: Salmon. HEX triplet: F5, 85 and 66. RGB value is (245,133,102). Sum of RGB (Red+Green+Blue) = 245+133+102=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F58566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58566 is #0A7A99. Grayscale: #A3A3A3. Windows color (decimal): -686746 or 6718965. OLE color: 6718965.

HSL color Cylindrical-coordinate representation of color #F58566: hue angle of 13.01º 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 #F58566 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 133 102 -
CMYK 0 0.46 0.58 0.04
HSL 13.01º 0.88% 0.68% -
HSV(B) 13.01º 0.58% 0.96% -
XYZ 48.44 37.15 17.19 -
YUV 162.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 245 133 102 0 0.46 0.58 0.04 13.01 0.88 0.68
Hex F5 85 66 0 2E 3A 4 D 58 44
Octal 365 205 146 0 56 72 4 15 130 104
Binary 11110101 10000101 1100110 0 101110 111010 100 1101 1011000 1000100

Color Harmonies of #F58566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58566

Black with #F58566

Text Example


Text Example

White with #F58566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58566; }

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

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

background-color css

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

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

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

border-color css

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

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

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