Html Css Color HEX #F58472 Salmon

📋 copy color: '#F58472'

red 245 ◦ green 132 ◦ blue 114

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

Shades of Salmon #F58472

Tints of Salmon #F58472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.88%

 BLUE value IS 114 (44.92% from 255) = 23.22%

R = 49.9%
G = 26.88%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F58472 (or 0xF58472) is known color: Salmon. HEX triplet: F5, 84 and 72. RGB value is (245,132,114). Sum of RGB (Red+Green+Blue) = 245+132+114=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F58472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58472 is #0A7B8D. Grayscale: #A3A3A3. Windows color (decimal): -686990 or 7505141. OLE color: 7505141.

HSL color Cylindrical-coordinate representation of color #F58472: hue angle of 8.24º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F58472 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 132 114 -
CMYK 0 0.46 0.53 0.04
HSL 8.24º 0.87% 0.7% -
HSV(B) 8.24º 0.53% 0.96% -
XYZ 48.94 37.13 20.51 -
YUV 163.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 245 132 114 0 0.46 0.53 0.04 8.24 0.87 0.7
Hex F5 84 72 0 2E 35 4 8 57 46
Octal 365 204 162 0 56 65 4 10 127 106
Binary 11110101 10000100 1110010 0 101110 110101 100 1000 1010111 1000110

Color Harmonies of #F58472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58472

Black with #F58472

Text Example


Text Example

White with #F58472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58472; }

 p { color: rgb(245,132,114); }

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

background-color css

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

 a { background-color: rgb(245,132,114); }

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

border-color css

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

 span { border-color: rgb(245,132,114); }

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