Html Css Color HEX #F18F6B Dark Salmon

📋 copy color: '#F18F6B'

red 241 ◦ green 143 ◦ blue 107

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

Shades of Dark Salmon #F18F6B

Tints of Dark Salmon #F18F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.79%

R = 49.08%
G = 29.12%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F18F6B (or 0xF18F6B) is known color: Dark Salmon. HEX triplet: F1, 8F and 6B. RGB value is (241,143,107). Sum of RGB (Red+Green+Blue) = 241+143+107=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F6B is #0E7094. Grayscale: #A8A8A8. Windows color (decimal): -946325 or 7049201. OLE color: 7049201.

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

Color convert

RGB 241 143 107 -
CMYK 0 0.41 0.56 0.05
HSL 16.12º 0.83% 0.68% -
HSV(B) 16.12º 0.56% 0.95% -
XYZ 48.75 39.41 18.95 -
YUV 168.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 241 143 107 0 0.41 0.56 0.05 16.12 0.83 0.68
Hex F1 8F 6B 0 29 38 5 10 53 44
Octal 361 217 153 0 51 70 5 20 123 104
Binary 11110001 10001111 1101011 0 101001 111000 101 10000 1010011 1000100

Color Harmonies of #F18F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F6B

Black with #F18F6B

Text Example


Text Example

White with #F18F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F6B; }

 p { color: rgb(241,143,107); }

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

background-color css

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

 a { background-color: rgb(241,143,107); }

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

border-color css

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

 span { border-color: rgb(241,143,107); }

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