Html Css Color HEX #F68F73 Dark Salmon

📋 copy color: '#F68F73'

red 246 ◦ green 143 ◦ blue 115

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

Shades of Dark Salmon #F68F73

Tints of Dark Salmon #F68F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.82%

R = 48.81%
G = 28.37%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F68F73 (or 0xF68F73) is known color: Dark Salmon. HEX triplet: F6, 8F and 73. RGB value is (246,143,115). Sum of RGB (Red+Green+Blue) = 246+143+115=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F73 is #09708C. Grayscale: #AAAAAA. Windows color (decimal): -618637 or 7573494. OLE color: 7573494.

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

Color convert

RGB 246 143 115 -
CMYK 0 0.42 0.53 0.04
HSL 12.82º 0.88% 0.71% -
HSV(B) 12.82º 0.53% 0.96% -
XYZ 50.92 40.48 21.35 -
YUV 170.61 96.62 181.78 -
System Red Green Blue C M Y K H S L
Decimal 246 143 115 0 0.42 0.53 0.04 12.82 0.88 0.71
Hex F6 8F 73 0 2A 35 4 D 58 47
Octal 366 217 163 0 52 65 4 15 130 107
Binary 11110110 10001111 1110011 0 101010 110101 100 1101 1011000 1000111

Color Harmonies of #F68F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68F73

Black with #F68F73

Text Example


Text Example

White with #F68F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68F73; }

 p { color: rgb(246,143,115); }

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

background-color css

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

 a { background-color: rgb(246,143,115); }

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

border-color css

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

 span { border-color: rgb(246,143,115); }

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