Html Css Color HEX #F2896C Salmon

📋 copy color: '#F2896C'

red 242 ◦ green 137 ◦ blue 108

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

Shades of Salmon #F2896C

Tints of Salmon #F2896C

RGB

 RED value IS 242 (94.92% from 255) = 49.69%

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

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

R = 49.69%
G = 28.13%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2896C (or 0xF2896C) is known color: Salmon. HEX triplet: F2, 89 and 6C. RGB value is (242,137,108). Sum of RGB (Red+Green+Blue) = 242+137+108=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2896C is #0D7693. Grayscale: #A5A5A5. Windows color (decimal): -882324 or 7113202. OLE color: 7113202.

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

Color convert

RGB 242 137 108 -
CMYK 0 0.43 0.55 0.05
HSL 12.99º 0.84% 0.69% -
HSV(B) 12.99º 0.55% 0.95% -
XYZ 48.27 37.85 18.95 -
YUV 165.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 242 137 108 0 0.43 0.55 0.05 12.99 0.84 0.69
Hex F2 89 6C 0 2B 37 5 D 54 45
Octal 362 211 154 0 53 67 5 15 124 105
Binary 11110010 10001001 1101100 0 101011 110111 101 1101 1010100 1000101

Color Harmonies of #F2896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2896C

Black with #F2896C

Text Example


Text Example

White with #F2896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2896C; }

 p { color: rgb(242,137,108); }

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

background-color css

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

 a { background-color: rgb(242,137,108); }

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

border-color css

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

 span { border-color: rgb(242,137,108); }

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