Html Css Color HEX #F69675 Dark Salmon

📋 copy color: '#F69675'

red 246 ◦ green 150 ◦ blue 117

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

Shades of Dark Salmon #F69675

Tints of Dark Salmon #F69675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.24%

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

R = 47.95%
G = 29.24%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F69675 (or 0xF69675) is known color: Dark Salmon. HEX triplet: F6, 96 and 75. RGB value is (246,150,117). Sum of RGB (Red+Green+Blue) = 246+150+117=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F69675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69675 is #09698A. Grayscale: #AFAFAF. Windows color (decimal): -616843 or 7706358. OLE color: 7706358.

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

Color convert

RGB 246 150 117 -
CMYK 0 0.39 0.52 0.04
HSL 15.35º 0.88% 0.71% -
HSV(B) 15.35º 0.52% 0.96% -
XYZ 52.12 42.69 22.32 -
YUV 174.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 246 150 117 0 0.39 0.52 0.04 15.35 0.88 0.71
Hex F6 96 75 0 27 34 4 F 58 47
Octal 366 226 165 0 47 64 4 17 130 107
Binary 11110110 10010110 1110101 0 100111 110100 100 1111 1011000 1000111

Color Harmonies of #F69675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69675

Black with #F69675

Text Example


Text Example

White with #F69675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69675; }

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

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

background-color css

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

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

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

border-color css

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

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

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