Html Css Color HEX #F38D7A Dark Salmon

📋 copy color: '#F38D7A'

red 243 ◦ green 141 ◦ blue 122

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

Shades of Dark Salmon #F38D7A

Tints of Dark Salmon #F38D7A

RGB

 RED value IS 243 (95.31% from 255) = 48.02%

 GREEN value IS 141 (55.47% from 255) = 27.87%

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

R = 48.02%
G = 27.87%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F38D7A (or 0xF38D7A) is known color: Dark Salmon. HEX triplet: F3, 8D and 7A. RGB value is (243,141,122). Sum of RGB (Red+Green+Blue) = 243+141+122=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D7A is #0C7285. Grayscale: #A9A9A9. Windows color (decimal): -815750 or 8031731. OLE color: 8031731.

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

Color convert

RGB 243 141 122 -
CMYK 0 0.42 0.50 0.05
HSL 9.42º 0.83% 0.72% -
HSV(B) 9.42º 0.5% 0.95% -
XYZ 50 39.51 23.4 -
YUV 169.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 243 141 122 0 0.42 0.50 0.05 9.42 0.83 0.72
Hex F3 8D 7A 0 2A 32 5 9 53 48
Octal 363 215 172 0 52 62 5 11 123 110
Binary 11110011 10001101 1111010 0 101010 110010 101 1001 1010011 1001000

Color Harmonies of #F38D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38D7A

Black with #F38D7A

Text Example


Text Example

White with #F38D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38D7A; }

 p { color: rgb(243,141,122); }

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

background-color css

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

 a { background-color: rgb(243,141,122); }

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

border-color css

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

 span { border-color: rgb(243,141,122); }

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