Html Css Color HEX #F4846C Salmon

📋 copy color: '#F4846C'

red 244 ◦ green 132 ◦ blue 108

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

Shades of Salmon #F4846C

Tints of Salmon #F4846C

RGB

 RED value IS 244 (95.7% from 255) = 50.41%

 GREEN value IS 132 (51.95% from 255) = 27.27%

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

R = 50.41%
G = 27.27%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F4846C (or 0xF4846C) is known color: Salmon. HEX triplet: F4, 84 and 6C. RGB value is (244,132,108). Sum of RGB (Red+Green+Blue) = 244+132+108=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F4846C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4846C is #0B7B93. Grayscale: #A2A2A2. Windows color (decimal): -752532 or 7111924. OLE color: 7111924.

HSL color Cylindrical-coordinate representation of color #F4846C: hue angle of 10.59º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4846C is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 132 108 -
CMYK 0 0.46 0.56 0.04
HSL 10.59º 0.86% 0.69% -
HSV(B) 10.59º 0.56% 0.96% -
XYZ 48.27 36.82 18.75 -
YUV 162.75 97.11 185.95 -
System Red Green Blue C M Y K H S L
Decimal 244 132 108 0 0.46 0.56 0.04 10.59 0.86 0.69
Hex F4 84 6C 0 2E 38 4 B 56 45
Octal 364 204 154 0 56 70 4 13 126 105
Binary 11110100 10000100 1101100 0 101110 111000 100 1011 1010110 1000101

Color Harmonies of #F4846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4846C

Black with #F4846C

Text Example


Text Example

White with #F4846C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4846C; }

 p { color: rgb(244,132,108); }

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

background-color css

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

 a { background-color: rgb(244,132,108); }

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

border-color css

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

 span { border-color: rgb(244,132,108); }

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