Html Css Color HEX #F38F7E Dark Salmon

📋 copy color: '#F38F7E'

red 243 ◦ green 143 ◦ blue 126

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

Shades of Dark Salmon #F38F7E

Tints of Dark Salmon #F38F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.61%

R = 47.46%
G = 27.93%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F38F7E (or 0xF38F7E) is known color: Dark Salmon. HEX triplet: F3, 8F and 7E. RGB value is (243,143,126). Sum of RGB (Red+Green+Blue) = 243+143+126=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38F7E is #0C7081. Grayscale: #ABABAB. Windows color (decimal): -815234 or 8294387. OLE color: 8294387.

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

Color convert

RGB 243 143 126 -
CMYK 0 0.41 0.48 0.05
HSL 8.72º 0.83% 0.72% -
HSV(B) 8.72º 0.48% 0.95% -
XYZ 50.55 40.21 24.83 -
YUV 170.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 243 143 126 0 0.41 0.48 0.05 8.72 0.83 0.72
Hex F3 8F 7E 0 29 30 5 9 53 48
Octal 363 217 176 0 51 60 5 11 123 110
Binary 11110011 10001111 1111110 0 101001 110000 101 1001 1010011 1001000

Color Harmonies of #F38F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38F7E

Black with #F38F7E

Text Example


Text Example

White with #F38F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38F7E; }

 p { color: rgb(243,143,126); }

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

background-color css

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

 a { background-color: rgb(243,143,126); }

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

border-color css

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

 span { border-color: rgb(243,143,126); }

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