Html Css Color HEX #F1876B Salmon

📋 copy color: '#F1876B'

red 241 ◦ green 135 ◦ blue 107

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

Shades of Salmon #F1876B

Tints of Salmon #F1876B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.95%

 BLUE value IS 107 (42.19% from 255) = 22.15%

R = 49.9%
G = 27.95%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1876B (or 0xF1876B) is known color: Salmon. HEX triplet: F1, 87 and 6B. RGB value is (241,135,107). Sum of RGB (Red+Green+Blue) = 241+135+107=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1876B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1876B is #0E7894. Grayscale: #A3A3A3. Windows color (decimal): -948373 or 7047153. OLE color: 7047153.

HSL color Cylindrical-coordinate representation of color #F1876B: hue angle of 12.54º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1876B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 135 107 -
CMYK 0 0.44 0.56 0.05
HSL 12.54º 0.83% 0.68% -
HSV(B) 12.54º 0.56% 0.95% -
XYZ 47.59 37.09 18.56 -
YUV 163.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 241 135 107 0 0.44 0.56 0.05 12.54 0.83 0.68
Hex F1 87 6B 0 2C 38 5 D 53 44
Octal 361 207 153 0 54 70 5 15 123 104
Binary 11110001 10000111 1101011 0 101100 111000 101 1101 1010011 1000100

Color Harmonies of #F1876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1876B

Black with #F1876B

Text Example


Text Example

White with #F1876B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1876B; }

 p { color: rgb(241,135,107); }

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

background-color css

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

 a { background-color: rgb(241,135,107); }

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

border-color css

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

 span { border-color: rgb(241,135,107); }

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