Html Css Color HEX #F1946D Dark Salmon

📋 copy color: '#F1946D'

red 241 ◦ green 148 ◦ blue 109

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

Shades of Dark Salmon #F1946D

Tints of Dark Salmon #F1946D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.89%

R = 48.39%
G = 29.72%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1946D (or 0xF1946D) is known color: Dark Salmon. HEX triplet: F1, 94 and 6D. RGB value is (241,148,109). Sum of RGB (Red+Green+Blue) = 241+148+109=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1946D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1946D is #0E6B92. Grayscale: #ABABAB. Windows color (decimal): -945043 or 7181553. OLE color: 7181553.

HSL color Cylindrical-coordinate representation of color #F1946D: hue angle of 17.73º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1946D is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 148 109 -
CMYK 0 0.39 0.55 0.05
HSL 17.73º 0.83% 0.69% -
HSV(B) 17.73º 0.55% 0.95% -
XYZ 49.63 40.98 19.76 -
YUV 171.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 241 148 109 0 0.39 0.55 0.05 17.73 0.83 0.69
Hex F1 94 6D 0 27 37 5 12 52 45
Octal 361 224 155 0 47 67 5 22 122 105
Binary 11110001 10010100 1101101 0 100111 110111 101 10010 1010010 1000101

Color Harmonies of #F1946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1946D

Black with #F1946D

Text Example


Text Example

White with #F1946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1946D; }

 p { color: rgb(241,148,109); }

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

background-color css

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

 a { background-color: rgb(241,148,109); }

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

border-color css

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

 span { border-color: rgb(241,148,109); }

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