Html Css Color HEX #F88A6D Salmon

📋 copy color: '#F88A6D'

red 248 ◦ green 138 ◦ blue 109

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

Shades of Salmon #F88A6D

Tints of Salmon #F88A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.88%

 BLUE value IS 109 (42.97% from 255) = 22.02%

R = 50.1%
G = 27.88%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F88A6D (or 0xF88A6D) is known color: Salmon. HEX triplet: F8, 8A and 6D. RGB value is (248,138,109). Sum of RGB (Red+Green+Blue) = 248+138+109=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88A6D is #077592. Grayscale: #A7A7A7. Windows color (decimal): -488851 or 7179000. OLE color: 7179000.

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

Color convert

RGB 248 138 109 -
CMYK 0 0.44 0.56 0.03
HSL 12.52º 0.91% 0.7% -
HSV(B) 12.52º 0.56% 0.97% -
XYZ 50.56 39.24 19.38 -
YUV 167.58 94.94 185.36 -
System Red Green Blue C M Y K H S L
Decimal 248 138 109 0 0.44 0.56 0.03 12.52 0.91 0.7
Hex F8 8A 6D 0 2C 38 3 D 5B 46
Octal 370 212 155 0 54 70 3 15 133 106
Binary 11111000 10001010 1101101 0 101100 111000 11 1101 1011011 1000110

Color Harmonies of #F88A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88A6D

Black with #F88A6D

Text Example


Text Example

White with #F88A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88A6D; }

 p { color: rgb(248,138,109); }

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

background-color css

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

 a { background-color: rgb(248,138,109); }

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

border-color css

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

 span { border-color: rgb(248,138,109); }

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