Html Css Color HEX #F67F68 Salmon

📋 copy color: '#F67F68'

red 246 ◦ green 127 ◦ blue 104

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

Shades of Salmon #F67F68

Tints of Salmon #F67F68

RGB

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

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

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

R = 51.57%
G = 26.62%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F67F68 (or 0xF67F68) is known color: Salmon. HEX triplet: F6, 7F and 68. RGB value is (246,127,104). Sum of RGB (Red+Green+Blue) = 246+127+104=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67F68 is #098097. Grayscale: #A0A0A0. Windows color (decimal): -622744 or 6848502. OLE color: 6848502.

HSL color Cylindrical-coordinate representation of color #F67F68: hue angle of 9.72º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F67F68 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 127 104 -
CMYK 0 0.48 0.58 0.04
HSL 9.72º 0.89% 0.69% -
HSV(B) 9.72º 0.58% 0.96% -
XYZ 48.09 35.77 17.47 -
YUV 159.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 246 127 104 0 0.48 0.58 0.04 9.72 0.89 0.69
Hex F6 7F 68 0 30 3A 4 A 59 45
Octal 366 177 150 0 60 72 4 12 131 105
Binary 11110110 1111111 1101000 0 110000 111010 100 1010 1011001 1000101

Color Harmonies of #F67F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67F68

Black with #F67F68

Text Example


Text Example

White with #F67F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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