Html Css Color HEX #F3947A Dark Salmon

📋 copy color: '#F3947A'

red 243 ◦ green 148 ◦ blue 122

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

Shades of Dark Salmon #F3947A

Tints of Dark Salmon #F3947A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.85%

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

R = 47.37%
G = 28.85%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F3947A (or 0xF3947A) is known color: Dark Salmon. HEX triplet: F3, 94 and 7A. RGB value is (243,148,122). Sum of RGB (Red+Green+Blue) = 243+148+122=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F3947A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3947A is #0C6B85. Grayscale: #ADADAD. Windows color (decimal): -813958 or 8033523. OLE color: 8033523.

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

Color convert

RGB 243 148 122 -
CMYK 0 0.39 0.50 0.05
HSL 12.89º 0.83% 0.72% -
HSV(B) 12.89º 0.5% 0.95% -
XYZ 51.06 41.64 23.76 -
YUV 173.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 243 148 122 0 0.39 0.50 0.05 12.89 0.83 0.72
Hex F3 94 7A 0 27 32 5 D 53 48
Octal 363 224 172 0 47 62 5 15 123 110
Binary 11110011 10010100 1111010 0 100111 110010 101 1101 1010011 1001000

Color Harmonies of #F3947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3947A

Black with #F3947A

Text Example


Text Example

White with #F3947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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