Html Css Color HEX #F88166 Salmon

📋 copy color: '#F88166'

red 248 ◦ green 129 ◦ blue 102

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

Shades of Salmon #F88166

Tints of Salmon #F88166

RGB

 RED value IS 248 (97.27% from 255) = 51.77%

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

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

R = 51.77%
G = 26.93%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F88166 (or 0xF88166) is known color: Salmon. HEX triplet: F8, 81 and 66. RGB value is (248,129,102). Sum of RGB (Red+Green+Blue) = 248+129+102=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F88166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88166 is #077E99. Grayscale: #A1A1A1. Windows color (decimal): -491162 or 6717944. OLE color: 6717944.

HSL color Cylindrical-coordinate representation of color #F88166: hue angle of 11.1º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F88166 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 129 102 -
CMYK 0 0.48 0.59 0.03
HSL 11.1º 0.91% 0.69% -
HSV(B) 11.1º 0.59% 0.97% -
XYZ 48.96 36.62 17.06 -
YUV 161.5 94.42 189.7 -
System Red Green Blue C M Y K H S L
Decimal 248 129 102 0 0.48 0.59 0.03 11.1 0.91 0.69
Hex F8 81 66 0 30 3B 3 B 5B 45
Octal 370 201 146 0 60 73 3 13 133 105
Binary 11111000 10000001 1100110 0 110000 111011 11 1011 1011011 1000101

Color Harmonies of #F88166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88166

Black with #F88166

Text Example


Text Example

White with #F88166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88166; }

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

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

background-color css

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

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

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

border-color css

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

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

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