Html Css Color HEX #F1836B Salmon

📋 copy color: '#F1836B'

red 241 ◦ green 131 ◦ blue 107

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

Shades of Salmon #F1836B

Tints of Salmon #F1836B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.35%

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

R = 50.31%
G = 27.35%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1836B (or 0xF1836B) is known color: Salmon. HEX triplet: F1, 83 and 6B. RGB value is (241,131,107). Sum of RGB (Red+Green+Blue) = 241+131+107=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1836B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1836B is #0E7C94. Grayscale: #A1A1A1. Windows color (decimal): -949397 or 7046129. OLE color: 7046129.

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

Color convert

RGB 241 131 107 -
CMYK 0 0.46 0.56 0.05
HSL 10.75º 0.83% 0.68% -
HSV(B) 10.75º 0.56% 0.95% -
XYZ 47.05 35.99 18.38 -
YUV 161.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 241 131 107 0 0.46 0.56 0.05 10.75 0.83 0.68
Hex F1 83 6B 0 2E 38 5 B 53 44
Octal 361 203 153 0 56 70 5 13 123 104
Binary 11110001 10000011 1101011 0 101110 111000 101 1011 1010011 1000100

Color Harmonies of #F1836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1836B

Black with #F1836B

Text Example


Text Example

White with #F1836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1836B; }

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

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

background-color css

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

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

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

border-color css

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

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

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