Html Css Color HEX #F58F75 Dark Salmon

📋 copy color: '#F58F75'

red 245 ◦ green 143 ◦ blue 117

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

Shades of Dark Salmon #F58F75

Tints of Dark Salmon #F58F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.32%

 BLUE value IS 117 (46.09% from 255) = 23.17%

R = 48.51%
G = 28.32%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F58F75 (or 0xF58F75) is known color: Dark Salmon. HEX triplet: F5, 8F and 75. RGB value is (245,143,117). Sum of RGB (Red+Green+Blue) = 245+143+117=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58F75 is #0A708A. Grayscale: #AAAAAA. Windows color (decimal): -684171 or 7704565. OLE color: 7704565.

HSL color Cylindrical-coordinate representation of color #F58F75: hue angle of 12.19º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F58F75 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 143 117 -
CMYK 0 0.42 0.52 0.04
HSL 12.19º 0.86% 0.71% -
HSV(B) 12.19º 0.52% 0.96% -
XYZ 50.69 40.34 21.94 -
YUV 170.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 245 143 117 0 0.42 0.52 0.04 12.19 0.86 0.71
Hex F5 8F 75 0 2A 34 4 C 56 47
Octal 365 217 165 0 52 64 4 14 126 107
Binary 11110101 10001111 1110101 0 101010 110100 100 1100 1010110 1000111

Color Harmonies of #F58F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58F75

Black with #F58F75

Text Example


Text Example

White with #F58F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58F75; }

 p { color: rgb(245,143,117); }

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

background-color css

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

 a { background-color: rgb(245,143,117); }

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

border-color css

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

 span { border-color: rgb(245,143,117); }

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