Html Css Color HEX #FC7575 Salmon

📋 copy color: '#FC7575'

red 252 ◦ green 117 ◦ blue 117

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

Shades of Salmon #FC7575

Tints of Salmon #FC7575

RGB

 RED value IS 252 (98.83% from 255) = 51.85%

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

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

R = 51.85%
G = 24.07%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC7575 (or 0xFC7575) is known color: Salmon. HEX triplet: FC, 75 and 75. RGB value is (252,117,117). Sum of RGB (Red+Green+Blue) = 252+117+117=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7575 is #038A8A. Grayscale: #9D9D9D. Windows color (decimal): -232075 or 7697916. OLE color: 7697916.

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

Color convert

RGB 252 117 117 -
CMYK 0 0.54 0.54 0.01
HSL 0.96% 0.72% -
HSV(B) 0.54% 0.99% -
XYZ 49.72 34.7 20.91 -
YUV 157.37 105.23 195.5 -
System Red Green Blue C M Y K H S L
Decimal 252 117 117 0 0.54 0.54 0.01 0 0.96 0.72
Hex FC 75 75 0 36 36 1 0 60 48
Octal 374 165 165 0 66 66 1 0 140 110
Binary 11111100 1110101 1110101 0 110110 110110 1 0 1100000 1001000

Color Harmonies of #FC7575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7575

Black with #FC7575

Text Example


Text Example

White with #FC7575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7575; }

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

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

background-color css

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

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

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

border-color css

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

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

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