Html Css Color HEX #F68277 Salmon

📋 copy color: '#F68277'

red 246 ◦ green 130 ◦ blue 119

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

Shades of Salmon #F68277

Tints of Salmon #F68277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.26%

 BLUE value IS 119 (46.88% from 255) = 24.04%

R = 49.7%
G = 26.26%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F68277 (or 0xF68277) is known color: Salmon. HEX triplet: F6, 82 and 77. RGB value is (246,130,119). Sum of RGB (Red+Green+Blue) = 246+130+119=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F68277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68277 is #097D88. Grayscale: #A3A3A3. Windows color (decimal): -621961 or 7832310. OLE color: 7832310.

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

Color convert

RGB 246 130 119 -
CMYK 0 0.47 0.52 0.04
HSL 5.2º 0.88% 0.72% -
HSV(B) 5.2º 0.52% 0.96% -
XYZ 49.32 36.89 21.97 -
YUV 163.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 246 130 119 0 0.47 0.52 0.04 5.2 0.88 0.72
Hex F6 82 77 0 2F 34 4 5 58 48
Octal 366 202 167 0 57 64 4 5 130 110
Binary 11110110 10000010 1110111 0 101111 110100 100 101 1011000 1001000

Color Harmonies of #F68277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68277

Black with #F68277

Text Example


Text Example

White with #F68277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68277; }

 p { color: rgb(246,130,119); }

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

background-color css

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

 a { background-color: rgb(246,130,119); }

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

border-color css

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

 span { border-color: rgb(246,130,119); }

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