Html Css Color HEX #F1897A Salmon

📋 copy color: '#F1897A'

red 241 ◦ green 137 ◦ blue 122

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

Shades of Salmon #F1897A

Tints of Salmon #F1897A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.4%

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

R = 48.2%
G = 27.4%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1897A (or 0xF1897A) is known color: Salmon. HEX triplet: F1, 89 and 7A. RGB value is (241,137,122). Sum of RGB (Red+Green+Blue) = 241+137+122=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1897A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1897A is #0E7685. Grayscale: #A6A6A6. Windows color (decimal): -947846 or 8030705. OLE color: 8030705.

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

Color convert

RGB 241 137 122 -
CMYK 0 0.43 0.49 0.05
HSL 7.56º 0.81% 0.71% -
HSV(B) 7.56º 0.49% 0.95% -
XYZ 48.73 38 23.18 -
YUV 166.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 241 137 122 0 0.43 0.49 0.05 7.56 0.81 0.71
Hex F1 89 7A 0 2B 31 5 8 51 47
Octal 361 211 172 0 53 61 5 10 121 107
Binary 11110001 10001001 1111010 0 101011 110001 101 1000 1010001 1000111

Color Harmonies of #F1897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1897A

Black with #F1897A

Text Example


Text Example

White with #F1897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1897A; }

 p { color: rgb(241,137,122); }

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

background-color css

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

 a { background-color: rgb(241,137,122); }

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

border-color css

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

 span { border-color: rgb(241,137,122); }

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