Html Css Color HEX #F87768 Salmon

📋 copy color: '#F87768'

red 248 ◦ green 119 ◦ blue 104

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

Shades of Salmon #F87768

Tints of Salmon #F87768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.27%

 BLUE value IS 104 (41.02% from 255) = 22.08%

R = 52.65%
G = 25.27%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F87768 (or 0xF87768) is known color: Salmon. HEX triplet: F8, 77 and 68. RGB value is (248,119,104). Sum of RGB (Red+Green+Blue) = 248+119+104=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F87768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87768 is #078897. Grayscale: #9C9C9C. Windows color (decimal): -493720 or 6846456. OLE color: 6846456.

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

Color convert

RGB 248 119 104 -
CMYK 0 0.52 0.58 0.03
HSL 6.25º 0.91% 0.69% -
HSV(B) 6.25º 0.58% 0.97% -
XYZ 47.81 34.15 17.17 -
YUV 155.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 248 119 104 0 0.52 0.58 0.03 6.25 0.91 0.69
Hex F8 77 68 0 34 3A 3 6 5B 45
Octal 370 167 150 0 64 72 3 6 133 105
Binary 11111000 1110111 1101000 0 110100 111010 11 110 1011011 1000101

Color Harmonies of #F87768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87768

Black with #F87768

Text Example


Text Example

White with #F87768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87768; }

 p { color: rgb(248,119,104); }

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

background-color css

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

 a { background-color: rgb(248,119,104); }

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

border-color css

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

 span { border-color: rgb(248,119,104); }

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