Html Css Color HEX #F68F74 Dark Salmon

📋 copy color: '#F68F74'

red 246 ◦ green 143 ◦ blue 116

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

Shades of Dark Salmon #F68F74

Tints of Dark Salmon #F68F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.97%

R = 48.71%
G = 28.32%
B = 22.97%

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

#F68F74 (or 0xF68F74) is known color: Dark Salmon. HEX triplet: F6, 8F and 74. RGB value is (246,143,116). Sum of RGB (Red+Green+Blue) = 246+143+116=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F74 is #09708B. Grayscale: #AAAAAA. Windows color (decimal): -618636 or 7639030. OLE color: 7639030.

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

Color convert

RGB 246 143 116 -
CMYK 0 0.42 0.53 0.04
HSL 12.46º 0.88% 0.71% -
HSV(B) 12.46º 0.53% 0.96% -
XYZ 50.98 40.5 21.65 -
YUV 170.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 246 143 116 0 0.42 0.53 0.04 12.46 0.88 0.71
Hex F6 8F 74 0 2A 35 4 C 58 47
Octal 366 217 164 0 52 65 4 14 130 107
Binary 11110110 10001111 1110100 0 101010 110101 100 1100 1011000 1000111

Color Harmonies of #F68F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68F74

Black with #F68F74

Text Example


Text Example

White with #F68F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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