Html Css Color HEX #F48666 Salmon

📋 copy color: '#F48666'

red 244 ◦ green 134 ◦ blue 102

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

Shades of Salmon #F48666

Tints of Salmon #F48666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.92%

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

R = 50.83%
G = 27.92%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F48666 (or 0xF48666) is known color: Salmon. HEX triplet: F4, 86 and 66. RGB value is (244,134,102). Sum of RGB (Red+Green+Blue) = 244+134+102=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F48666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48666 is #0B7999. Grayscale: #A3A3A3. Windows color (decimal): -752026 or 6719220. OLE color: 6719220.

HSL color Cylindrical-coordinate representation of color #F48666: hue angle of 13.52º 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 #F48666 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 134 102 -
CMYK 0 0.45 0.58 0.04
HSL 13.52º 0.87% 0.68% -
HSV(B) 13.52º 0.58% 0.96% -
XYZ 48.23 37.24 17.22 -
YUV 163.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 244 134 102 0 0.45 0.58 0.04 13.52 0.87 0.68
Hex F4 86 66 0 2D 3A 4 E 57 44
Octal 364 206 146 0 55 72 4 16 127 104
Binary 11110100 10000110 1100110 0 101101 111010 100 1110 1010111 1000100

Color Harmonies of #F48666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48666

Black with #F48666

Text Example


Text Example

White with #F48666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48666; }

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

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

background-color css

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

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

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

border-color css

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

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

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