Html Css Color HEX #F58B7A Salmon

📋 copy color: '#F58B7A'

red 245 ◦ green 139 ◦ blue 122

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

Shades of Salmon #F58B7A

Tints of Salmon #F58B7A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.47%

 BLUE value IS 122 (48.05% from 255) = 24.11%

R = 48.42%
G = 27.47%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F58B7A (or 0xF58B7A) is known color: Salmon. HEX triplet: F5, 8B and 7A. RGB value is (245,139,122). Sum of RGB (Red+Green+Blue) = 245+139+122=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58B7A is #0A7485. Grayscale: #A8A8A8. Windows color (decimal): -685190 or 8031221. OLE color: 8031221.

HSL color Cylindrical-coordinate representation of color #F58B7A: hue angle of 8.29º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F58B7A is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 139 122 -
CMYK 0 0.43 0.50 0.04
HSL 8.29º 0.86% 0.72% -
HSV(B) 8.29º 0.5% 0.96% -
XYZ 50.4 39.28 23.34 -
YUV 168.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 245 139 122 0 0.43 0.50 0.04 8.29 0.86 0.72
Hex F5 8B 7A 0 2B 32 4 8 56 48
Octal 365 213 172 0 53 62 4 10 126 110
Binary 11110101 10001011 1111010 0 101011 110010 100 1000 1010110 1001000

Color Harmonies of #F58B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58B7A

Black with #F58B7A

Text Example


Text Example

White with #F58B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58B7A; }

 p { color: rgb(245,139,122); }

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

background-color css

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

 a { background-color: rgb(245,139,122); }

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

border-color css

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

 span { border-color: rgb(245,139,122); }

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