Html Css Color HEX #FF7975 Salmon

📋 copy color: '#FF7975'

red 255 ◦ green 121 ◦ blue 117

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

Shades of Salmon #FF7975

Tints of Salmon #FF7975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.54%

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

R = 51.72%
G = 24.54%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF7975 (or 0xFF7975) is known color: Salmon. HEX triplet: FF, 79 and 75. RGB value is (255,121,117). Sum of RGB (Red+Green+Blue) = 255+121+117=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7975 is #00868A. Grayscale: #A0A0A0. Windows color (decimal): -34443 or 7698943. OLE color: 7698943.

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

Color convert

RGB 255 121 117 -
CMYK 0 0.53 0.54 0
HSL 1.74º 1% 0.73% -
HSV(B) 1.74º 0.54% 1% -
XYZ 51.29 36.22 21.12 -
YUV 160.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 255 121 117 0 0.53 0.54 0 1.74 1 0.73
Hex FF 79 75 0 35 36 0 2 64 49
Octal 377 171 165 0 65 66 0 2 144 111
Binary 11111111 1111001 1110101 0 110101 110110 0 10 1100100 1001001

Color Harmonies of #FF7975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7975

Black with #FF7975

Text Example


Text Example

White with #FF7975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7975; }

 p { color: rgb(255,121,117); }

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

background-color css

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

 a { background-color: rgb(255,121,117); }

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

border-color css

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

 span { border-color: rgb(255,121,117); }

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