Html Css Color HEX #F48466 Salmon

📋 copy color: '#F48466'

red 244 ◦ green 132 ◦ blue 102

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

Shades of Salmon #F48466

Tints of Salmon #F48466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.34%

R = 51.05%
G = 27.62%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F48466 (or 0xF48466) is known color: Salmon. HEX triplet: F4, 84 and 66. RGB value is (244,132,102). Sum of RGB (Red+Green+Blue) = 244+132+102=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F48466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48466 is #0B7B99. Grayscale: #A2A2A2. Windows color (decimal): -752538 or 6718708. OLE color: 6718708.

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

Color convert

RGB 244 132 102 -
CMYK 0 0.46 0.58 0.04
HSL 12.68º 0.87% 0.68% -
HSV(B) 12.68º 0.58% 0.96% -
XYZ 47.96 36.69 17.13 -
YUV 162.07 94.11 186.44 -
System Red Green Blue C M Y K H S L
Decimal 244 132 102 0 0.46 0.58 0.04 12.68 0.87 0.68
Hex F4 84 66 0 2E 3A 4 D 57 44
Octal 364 204 146 0 56 72 4 15 127 104
Binary 11110100 10000100 1100110 0 101110 111010 100 1101 1010111 1000100

Color Harmonies of #F48466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48466

Black with #F48466

Text Example


Text Example

White with #F48466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48466; }

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

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

background-color css

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

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

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

border-color css

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

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

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