Html Css Color HEX #F87F68 Salmon

📋 copy color: '#F87F68'

red 248 ◦ green 127 ◦ blue 104

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

Shades of Salmon #F87F68

Tints of Salmon #F87F68

RGB

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

 GREEN value IS 127 (50% from 255) = 26.51%

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

R = 51.77%
G = 26.51%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F87F68 (or 0xF87F68) is known color: Salmon. HEX triplet: F8, 7F and 68. RGB value is (248,127,104). Sum of RGB (Red+Green+Blue) = 248+127+104=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87F68 is #078097. Grayscale: #A0A0A0. Windows color (decimal): -491672 or 6848504. OLE color: 6848504.

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

Color convert

RGB 248 127 104 -
CMYK 0 0.49 0.58 0.03
HSL 9.58º 0.91% 0.69% -
HSV(B) 9.58º 0.58% 0.97% -
XYZ 48.8 36.13 17.5 -
YUV 160.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 248 127 104 0 0.49 0.58 0.03 9.58 0.91 0.69
Hex F8 7F 68 0 31 3A 3 A 5B 45
Octal 370 177 150 0 61 72 3 12 133 105
Binary 11111000 1111111 1101000 0 110001 111010 11 1010 1011011 1000101

Color Harmonies of #F87F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F68

Black with #F87F68

Text Example


Text Example

White with #F87F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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