Html Css Color HEX #FF7575 Salmon

📋 copy color: '#FF7575'

red 255 ◦ green 117 ◦ blue 117

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

Shades of Salmon #FF7575

Tints of Salmon #FF7575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.93%

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

R = 52.15%
G = 23.93%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF7575 (or 0xFF7575) is known color: Salmon. HEX triplet: FF, 75 and 75. RGB value is (255,117,117). Sum of RGB (Red+Green+Blue) = 255+117+117=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7575 is #008A8A. Grayscale: #9E9E9E. Windows color (decimal): -35467 or 7697919. OLE color: 7697919.

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

Color convert

RGB 255 117 117 -
CMYK 0 0.54 0.54 0
HSL 1% 0.73% -
HSV(B) 0.54% 1% -
XYZ 50.81 35.27 20.96 -
YUV 158.26 104.72 197 -
System Red Green Blue C M Y K H S L
Decimal 255 117 117 0 0.54 0.54 0 0 1 0.73
Hex FF 75 75 0 36 36 0 0 64 49
Octal 377 165 165 0 66 66 0 0 144 111
Binary 11111111 1110101 1110101 0 110110 110110 0 0 1100100 1001001

Color Harmonies of #FF7575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7575

Black with #FF7575

Text Example


Text Example

White with #FF7575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7575; }

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

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

background-color css

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

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

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

border-color css

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

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

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