Html Css Color HEX #F18C6C Dark Salmon

📋 copy color: '#F18C6C'

red 241 ◦ green 140 ◦ blue 108

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

Shades of Dark Salmon #F18C6C

Tints of Dark Salmon #F18C6C

RGB

 RED value IS 241 (94.53% from 255) = 49.28%

 GREEN value IS 140 (55.08% from 255) = 28.63%

 BLUE value IS 108 (42.58% from 255) = 22.09%

R = 49.28%
G = 28.63%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F18C6C (or 0xF18C6C) is known color: Dark Salmon. HEX triplet: F1, 8C and 6C. RGB value is (241,140,108). Sum of RGB (Red+Green+Blue) = 241+140+108=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C6C is #0E7393. Grayscale: #A6A6A6. Windows color (decimal): -947092 or 7113969. OLE color: 7113969.

HSL color Cylindrical-coordinate representation of color #F18C6C: hue angle of 14.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F18C6C is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 140 108 -
CMYK 0 0.42 0.55 0.05
HSL 14.44º 0.83% 0.68% -
HSV(B) 14.44º 0.55% 0.95% -
XYZ 48.36 38.54 19.08 -
YUV 166.55 94.96 181.1 -
System Red Green Blue C M Y K H S L
Decimal 241 140 108 0 0.42 0.55 0.05 14.44 0.83 0.68
Hex F1 8C 6C 0 2A 37 5 E 53 44
Octal 361 214 154 0 52 67 5 16 123 104
Binary 11110001 10001100 1101100 0 101010 110111 101 1110 1010011 1000100

Color Harmonies of #F18C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C6C

Black with #F18C6C

Text Example


Text Example

White with #F18C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C6C; }

 p { color: rgb(241,140,108); }

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

background-color css

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

 a { background-color: rgb(241,140,108); }

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

border-color css

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

 span { border-color: rgb(241,140,108); }

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