Html Css Color HEX #F3997E Dark Salmon

📋 copy color: '#F3997E'

red 243 ◦ green 153 ◦ blue 126

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

Shades of Dark Salmon #F3997E

Tints of Dark Salmon #F3997E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.31%

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

R = 46.55%
G = 29.31%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F3997E (or 0xF3997E) is known color: Dark Salmon. HEX triplet: F3, 99 and 7E. RGB value is (243,153,126). Sum of RGB (Red+Green+Blue) = 243+153+126=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 243 - color contains mainly: red. Hex color #F3997E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3997E is #0C6681. Grayscale: #B1B1B1. Windows color (decimal): -812674 or 8296947. OLE color: 8296947.

HSL color Cylindrical-coordinate representation of color #F3997E: hue angle of 13.85º 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 #F3997E is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 153 126 -
CMYK 0 0.37 0.48 0.05
HSL 13.85º 0.83% 0.72% -
HSV(B) 13.85º 0.48% 0.95% -
XYZ 52.12 43.34 25.36 -
YUV 176.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 243 153 126 0 0.37 0.48 0.05 13.85 0.83 0.72
Hex F3 99 7E 0 25 30 5 E 53 48
Octal 363 231 176 0 45 60 5 16 123 110
Binary 11110011 10011001 1111110 0 100101 110000 101 1110 1010011 1001000

Color Harmonies of #F3997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3997E

Black with #F3997E

Text Example


Text Example

White with #F3997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3997E; }

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

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

background-color css

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

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

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

border-color css

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

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

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