Html Css Color HEX #F68278 Salmon

📋 copy color: '#F68278'

red 246 ◦ green 130 ◦ blue 120

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

Shades of Salmon #F68278

Tints of Salmon #F68278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.19%

R = 49.6%
G = 26.21%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F68278 (or 0xF68278) is known color: Salmon. HEX triplet: F6, 82 and 78. RGB value is (246,130,120). Sum of RGB (Red+Green+Blue) = 246+130+120=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F68278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68278 is #097D87. Grayscale: #A3A3A3. Windows color (decimal): -621960 or 7897846. OLE color: 7897846.

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

Color convert

RGB 246 130 120 -
CMYK 0 0.47 0.51 0.04
HSL 4.76º 0.88% 0.72% -
HSV(B) 4.76º 0.51% 0.96% -
XYZ 49.38 36.91 22.29 -
YUV 163.54 103.43 186.81 -
System Red Green Blue C M Y K H S L
Decimal 246 130 120 0 0.47 0.51 0.04 4.76 0.88 0.72
Hex F6 82 78 0 2F 33 4 5 58 48
Octal 366 202 170 0 57 63 4 5 130 110
Binary 11110110 10000010 1111000 0 101111 110011 100 101 1011000 1001000

Color Harmonies of #F68278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68278

Black with #F68278

Text Example


Text Example

White with #F68278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68278; }

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

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

background-color css

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

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

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

border-color css

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

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

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