Html Css Color HEX #F68875 Salmon

📋 copy color: '#F68875'

red 246 ◦ green 136 ◦ blue 117

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

Shades of Salmon #F68875

Tints of Salmon #F68875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.25%

 BLUE value IS 117 (46.09% from 255) = 23.45%

R = 49.3%
G = 27.25%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F68875 (or 0xF68875) is known color: Salmon. HEX triplet: F6, 88 and 75. RGB value is (246,136,117). Sum of RGB (Red+Green+Blue) = 246+136+117=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F68875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68875 is #09778A. Grayscale: #A6A6A6. Windows color (decimal): -620427 or 7702774. OLE color: 7702774.

HSL color Cylindrical-coordinate representation of color #F68875: hue angle of 8.84º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F68875 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 136 117 -
CMYK 0 0.45 0.52 0.04
HSL 8.84º 0.88% 0.71% -
HSV(B) 8.84º 0.52% 0.96% -
XYZ 50.02 38.49 21.62 -
YUV 166.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 246 136 117 0 0.45 0.52 0.04 8.84 0.88 0.71
Hex F6 88 75 0 2D 34 4 9 58 47
Octal 366 210 165 0 55 64 4 11 130 107
Binary 11110110 10001000 1110101 0 101101 110100 100 1001 1011000 1000111

Color Harmonies of #F68875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68875

Black with #F68875

Text Example


Text Example

White with #F68875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68875; }

 p { color: rgb(246,136,117); }

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

background-color css

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

 a { background-color: rgb(246,136,117); }

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

border-color css

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

 span { border-color: rgb(246,136,117); }

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