Html Css Color HEX #F68475 Salmon

📋 copy color: '#F68475'

red 246 ◦ green 132 ◦ blue 117

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

Shades of Salmon #F68475

Tints of Salmon #F68475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.67%

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

R = 49.7%
G = 26.67%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F68475 (or 0xF68475) is known color: Salmon. HEX triplet: F6, 84 and 75. RGB value is (246,132,117). Sum of RGB (Red+Green+Blue) = 246+132+117=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F68475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68475 is #097B8A. Grayscale: #A4A4A4. Windows color (decimal): -621451 or 7701750. OLE color: 7701750.

HSL color Cylindrical-coordinate representation of color #F68475: hue angle of 6.98º 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 #F68475 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 132 117 -
CMYK 0 0.46 0.52 0.04
HSL 6.98º 0.88% 0.71% -
HSV(B) 6.98º 0.52% 0.96% -
XYZ 49.47 37.38 21.44 -
YUV 164.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 246 132 117 0 0.46 0.52 0.04 6.98 0.88 0.71
Hex F6 84 75 0 2E 34 4 7 58 47
Octal 366 204 165 0 56 64 4 7 130 107
Binary 11110110 10000100 1110101 0 101110 110100 100 111 1011000 1000111

Color Harmonies of #F68475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68475

Black with #F68475

Text Example


Text Example

White with #F68475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68475; }

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

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

background-color css

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

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

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

border-color css

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

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

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