Html Css Color HEX #F69175 Dark Salmon

📋 copy color: '#F69175'

red 246 ◦ green 145 ◦ blue 117

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

Shades of Dark Salmon #F69175

Tints of Dark Salmon #F69175

RGB

 RED value IS 246 (96.48% from 255) = 48.43%

 GREEN value IS 145 (57.03% from 255) = 28.54%

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

R = 48.43%
G = 28.54%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F69175 (or 0xF69175) is known color: Dark Salmon. HEX triplet: F6, 91 and 75. RGB value is (246,145,117). Sum of RGB (Red+Green+Blue) = 246+145+117=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F69175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69175 is #096E8A. Grayscale: #ACACAC. Windows color (decimal): -618123 or 7705078. OLE color: 7705078.

HSL color Cylindrical-coordinate representation of color #F69175: hue angle of 13.02º degrees, saturation: 0.88, 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 #F69175 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 145 117 -
CMYK 0 0.41 0.52 0.04
HSL 13.02º 0.88% 0.71% -
HSV(B) 13.02º 0.52% 0.96% -
XYZ 51.34 41.13 22.06 -
YUV 172.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 246 145 117 0 0.41 0.52 0.04 13.02 0.88 0.71
Hex F6 91 75 0 29 34 4 D 58 47
Octal 366 221 165 0 51 64 4 15 130 107
Binary 11110110 10010001 1110101 0 101001 110100 100 1101 1011000 1000111

Color Harmonies of #F69175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69175

Black with #F69175

Text Example


Text Example

White with #F69175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69175; }

 p { color: rgb(246,145,117); }

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

background-color css

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

 a { background-color: rgb(246,145,117); }

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

border-color css

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

 span { border-color: rgb(246,145,117); }

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