Html Css Color HEX #F68F71 Dark Salmon

📋 copy color: '#F68F71'

red 246 ◦ green 143 ◦ blue 113

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

Shades of Dark Salmon #F68F71

Tints of Dark Salmon #F68F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.51%

R = 49%
G = 28.49%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F68F71 (or 0xF68F71) is known color: Dark Salmon. HEX triplet: F6, 8F and 71. RGB value is (246,143,113). Sum of RGB (Red+Green+Blue) = 246+143+113=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F71 is #09708E. Grayscale: #AAAAAA. Windows color (decimal): -618639 or 7442422. OLE color: 7442422.

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

Color convert

RGB 246 143 113 -
CMYK 0 0.42 0.54 0.04
HSL 13.53º 0.88% 0.7% -
HSV(B) 13.53º 0.54% 0.96% -
XYZ 50.81 40.43 20.75 -
YUV 170.38 95.62 181.94 -
System Red Green Blue C M Y K H S L
Decimal 246 143 113 0 0.42 0.54 0.04 13.53 0.88 0.7
Hex F6 8F 71 0 2A 36 4 E 58 46
Octal 366 217 161 0 52 66 4 16 130 106
Binary 11110110 10001111 1110001 0 101010 110110 100 1110 1011000 1000110

Color Harmonies of #F68F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68F71

Black with #F68F71

Text Example


Text Example

White with #F68F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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