Html Css Color HEX #F87575 Salmon

📋 copy color: '#F87575'

red 248 ◦ green 117 ◦ blue 117

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

Shades of Salmon #F87575

Tints of Salmon #F87575

RGB

 RED value IS 248 (97.27% from 255) = 51.45%

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

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

R = 51.45%
G = 24.27%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F87575 (or 0xF87575) is known color: Salmon. HEX triplet: F8, 75 and 75. RGB value is (248,117,117). Sum of RGB (Red+Green+Blue) = 248+117+117=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F87575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87575 is #078A8A. Grayscale: #9C9C9C. Windows color (decimal): -494219 or 7697912. OLE color: 7697912.

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

Color convert

RGB 248 117 117 -
CMYK 0 0.53 0.53 0.03
HSL 0.9% 0.72% -
HSV(B) 0.53% 0.97% -
XYZ 48.28 33.96 20.84 -
YUV 156.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 248 117 117 0 0.53 0.53 0.03 0 0.9 0.72
Hex F8 75 75 0 35 35 3 0 5A 48
Octal 370 165 165 0 65 65 3 0 132 110
Binary 11111000 1110101 1110101 0 110101 110101 11 0 1011010 1001000

Color Harmonies of #F87575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87575

Black with #F87575

Text Example


Text Example

White with #F87575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87575; }

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

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

background-color css

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

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

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

border-color css

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

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

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