Html Css Color HEX #F57F78 Salmon

📋 copy color: '#F57F78'

red 245 ◦ green 127 ◦ blue 120

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

Shades of Salmon #F57F78

Tints of Salmon #F57F78

RGB

 RED value IS 245 (96.09% from 255) = 49.8%

 GREEN value IS 127 (50% from 255) = 25.81%

 BLUE value IS 120 (47.27% from 255) = 24.39%

R = 49.8%
G = 25.81%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F57F78 (or 0xF57F78) is known color: Salmon. HEX triplet: F5, 7F and 78. RGB value is (245,127,120). Sum of RGB (Red+Green+Blue) = 245+127+120=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57F78 is #0A8087. Grayscale: #A1A1A1. Windows color (decimal): -688264 or 7897077. OLE color: 7897077.

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

Color convert

RGB 245 127 120 -
CMYK 0 0.48 0.51 0.04
HSL 3.36º 0.86% 0.72% -
HSV(B) 3.36º 0.51% 0.96% -
XYZ 48.64 35.95 22.14 -
YUV 161.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 245 127 120 0 0.48 0.51 0.04 3.36 0.86 0.72
Hex F5 7F 78 0 30 33 4 3 56 48
Octal 365 177 170 0 60 63 4 3 126 110
Binary 11110101 1111111 1111000 0 110000 110011 100 11 1010110 1001000

Color Harmonies of #F57F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57F78

Black with #F57F78

Text Example


Text Example

White with #F57F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57F78; }

 p { color: rgb(245,127,120); }

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

background-color css

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

 a { background-color: rgb(245,127,120); }

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

border-color css

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

 span { border-color: rgb(245,127,120); }

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