Html Css Color HEX #F1947B Dark Salmon

📋 copy color: '#F1947B'

red 241 ◦ green 148 ◦ blue 123

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

Shades of Dark Salmon #F1947B

Tints of Dark Salmon #F1947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.02%

R = 47.07%
G = 28.91%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1947B (or 0xF1947B) is known color: Dark Salmon. HEX triplet: F1, 94 and 7B. RGB value is (241,148,123). Sum of RGB (Red+Green+Blue) = 241+148+123=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1947B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1947B is #0E6B84. Grayscale: #ADADAD. Windows color (decimal): -945029 or 8099057. OLE color: 8099057.

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

Color convert

RGB 241 148 123 -
CMYK 0 0.39 0.49 0.05
HSL 12.71º 0.81% 0.71% -
HSV(B) 12.71º 0.49% 0.95% -
XYZ 50.44 41.31 24.05 -
YUV 172.96 99.81 176.53 -
System Red Green Blue C M Y K H S L
Decimal 241 148 123 0 0.39 0.49 0.05 12.71 0.81 0.71
Hex F1 94 7B 0 27 31 5 D 51 47
Octal 361 224 173 0 47 61 5 15 121 107
Binary 11110001 10010100 1111011 0 100111 110001 101 1101 1010001 1000111

Color Harmonies of #F1947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1947B

Black with #F1947B

Text Example


Text Example

White with #F1947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1947B; }

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

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

background-color css

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

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

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

border-color css

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

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

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