Html Css Color HEX #F1836C Salmon

📋 copy color: '#F1836C'

red 241 ◦ green 131 ◦ blue 108

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

Shades of Salmon #F1836C

Tints of Salmon #F1836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.5%

R = 50.21%
G = 27.29%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1836C (or 0xF1836C) is known color: Salmon. HEX triplet: F1, 83 and 6C. RGB value is (241,131,108). Sum of RGB (Red+Green+Blue) = 241+131+108=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1836C is #0E7C93. Grayscale: #A1A1A1. Windows color (decimal): -949396 or 7111665. OLE color: 7111665.

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

Color convert

RGB 241 131 108 -
CMYK 0 0.46 0.55 0.05
HSL 10.38º 0.83% 0.68% -
HSV(B) 10.38º 0.55% 0.95% -
XYZ 47.1 36.02 18.66 -
YUV 161.27 97.94 184.87 -
System Red Green Blue C M Y K H S L
Decimal 241 131 108 0 0.46 0.55 0.05 10.38 0.83 0.68
Hex F1 83 6C 0 2E 37 5 A 53 44
Octal 361 203 154 0 56 67 5 12 123 104
Binary 11110001 10000011 1101100 0 101110 110111 101 1010 1010011 1000100

Color Harmonies of #F1836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1836C

Black with #F1836C

Text Example


Text Example

White with #F1836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1836C; }

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

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

background-color css

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

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

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

border-color css

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

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

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