Html Css Color HEX #F68166 Salmon

📋 copy color: '#F68166'

red 246 ◦ green 129 ◦ blue 102

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

Shades of Salmon #F68166

Tints of Salmon #F68166

RGB

 RED value IS 246 (96.48% from 255) = 51.57%

 GREEN value IS 129 (50.78% from 255) = 27.04%

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

R = 51.57%
G = 27.04%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F68166 (or 0xF68166) is known color: Salmon. HEX triplet: F6, 81 and 66. RGB value is (246,129,102). Sum of RGB (Red+Green+Blue) = 246+129+102=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F68166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68166 is #097E99. Grayscale: #A1A1A1. Windows color (decimal): -622234 or 6717942. OLE color: 6717942.

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

Color convert

RGB 246 129 102 -
CMYK 0 0.48 0.59 0.04
HSL 11.25º 0.89% 0.68% -
HSV(B) 11.25º 0.59% 0.96% -
XYZ 48.25 36.25 17.02 -
YUV 160.91 94.76 188.7 -
System Red Green Blue C M Y K H S L
Decimal 246 129 102 0 0.48 0.59 0.04 11.25 0.89 0.68
Hex F6 81 66 0 30 3B 4 B 59 44
Octal 366 201 146 0 60 73 4 13 131 104
Binary 11110110 10000001 1100110 0 110000 111011 100 1011 1011001 1000100

Color Harmonies of #F68166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68166

Black with #F68166

Text Example


Text Example

White with #F68166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68166; }

 p { color: rgb(246,129,102); }

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

background-color css

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

 a { background-color: rgb(246,129,102); }

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

border-color css

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

 span { border-color: rgb(246,129,102); }

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