Html Css Color HEX #F18F7A Dark Salmon

📋 copy color: '#F18F7A'

red 241 ◦ green 143 ◦ blue 122

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

Shades of Dark Salmon #F18F7A

Tints of Dark Salmon #F18F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.11%

R = 47.63%
G = 28.26%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F18F7A (or 0xF18F7A) is known color: Dark Salmon. HEX triplet: F1, 8F and 7A. RGB value is (241,143,122). Sum of RGB (Red+Green+Blue) = 241+143+122=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F7A is #0E7085. Grayscale: #AAAAAA. Windows color (decimal): -946310 or 8032241. OLE color: 8032241.

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

Color convert

RGB 241 143 122 -
CMYK 0 0.41 0.49 0.05
HSL 10.59º 0.81% 0.71% -
HSV(B) 10.59º 0.49% 0.95% -
XYZ 49.61 39.75 23.47 -
YUV 169.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 241 143 122 0 0.41 0.49 0.05 10.59 0.81 0.71
Hex F1 8F 7A 0 29 31 5 B 51 47
Octal 361 217 172 0 51 61 5 13 121 107
Binary 11110001 10001111 1111010 0 101001 110001 101 1011 1010001 1000111

Color Harmonies of #F18F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F7A

Black with #F18F7A

Text Example


Text Example

White with #F18F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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