Html Css Color HEX #F58278 Salmon

📋 copy color: '#F58278'

red 245 ◦ green 130 ◦ blue 120

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

Shades of Salmon #F58278

Tints of Salmon #F58278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.26%

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

R = 49.49%
G = 26.26%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F58278 (or 0xF58278) is known color: Salmon. HEX triplet: F5, 82 and 78. RGB value is (245,130,120). Sum of RGB (Red+Green+Blue) = 245+130+120=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F58278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58278 is #0A7D87. Grayscale: #A3A3A3. Windows color (decimal): -687496 or 7897845. OLE color: 7897845.

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

Color convert

RGB 245 130 120 -
CMYK 0 0.47 0.51 0.04
HSL 4.8º 0.86% 0.72% -
HSV(B) 4.8º 0.51% 0.96% -
XYZ 49.03 36.73 22.28 -
YUV 163.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 245 130 120 0 0.47 0.51 0.04 4.8 0.86 0.72
Hex F5 82 78 0 2F 33 4 5 56 48
Octal 365 202 170 0 57 63 4 5 126 110
Binary 11110101 10000010 1111000 0 101111 110011 100 101 1010110 1001000

Color Harmonies of #F58278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58278

Black with #F58278

Text Example


Text Example

White with #F58278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58278; }

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

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

background-color css

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

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

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

border-color css

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

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

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