Html Css Color HEX #FF746F Salmon

📋 copy color: '#FF746F'

red 255 ◦ green 116 ◦ blue 111

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

Shades of Salmon #FF746F

Tints of Salmon #FF746F

RGB

 RED value IS 255 (100% from 255) = 52.9%

 GREEN value IS 116 (45.7% from 255) = 24.07%

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 52.9%
G = 24.07%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF746F (or 0xFF746F) is known color: Salmon. HEX triplet: FF, 74 and 6F. RGB value is (255,116,111). Sum of RGB (Red+Green+Blue) = 255+116+111=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF746F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF746F is #008B90. Grayscale: #9D9D9D. Windows color (decimal): -35729 or 7304447. OLE color: 7304447.

HSL color Cylindrical-coordinate representation of color #FF746F: hue angle of 2.08º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF746F is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 116 111 -
CMYK 0 0.55 0.56 0
HSL 2.08º 1% 0.72% -
HSV(B) 2.08º 0.56% 1% -
XYZ 50.35 34.9 19.12 -
YUV 156.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 255 116 111 0 0.55 0.56 0 2.08 1 0.72
Hex FF 74 6F 0 37 38 0 2 64 48
Octal 377 164 157 0 67 70 0 2 144 110
Binary 11111111 1110100 1101111 0 110111 111000 0 10 1100100 1001000

Color Harmonies of #FF746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF746F

Black with #FF746F

Text Example


Text Example

White with #FF746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF746F; }

 p { color: rgb(255,116,111); }

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

background-color css

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

 a { background-color: rgb(255,116,111); }

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

border-color css

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

 span { border-color: rgb(255,116,111); }

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