Html Css Color HEX #F67C75 Salmon

📋 copy color: '#F67C75'

red 246 ◦ green 124 ◦ blue 117

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

Shades of Salmon #F67C75

Tints of Salmon #F67C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.46%

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

R = 50.51%
G = 25.46%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F67C75 (or 0xF67C75) is known color: Salmon. HEX triplet: F6, 7C and 75. RGB value is (246,124,117). Sum of RGB (Red+Green+Blue) = 246+124+117=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C75 is #09838A. Grayscale: #9F9F9F. Windows color (decimal): -623499 or 7699702. OLE color: 7699702.

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

Color convert

RGB 246 124 117 -
CMYK 0 0.50 0.52 0.04
HSL 3.26º 0.88% 0.71% -
HSV(B) 3.26º 0.52% 0.96% -
XYZ 48.42 35.29 21.09 -
YUV 159.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 246 124 117 0 0.50 0.52 0.04 3.26 0.88 0.71
Hex F6 7C 75 0 32 34 4 3 58 47
Octal 366 174 165 0 62 64 4 3 130 107
Binary 11110110 1111100 1110101 0 110010 110100 100 11 1011000 1000111

Color Harmonies of #F67C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67C75

Black with #F67C75

Text Example


Text Example

White with #F67C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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