Html Css Color HEX #F28579 Salmon

📋 copy color: '#F28579'

red 242 ◦ green 133 ◦ blue 121

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

Shades of Salmon #F28579

Tints of Salmon #F28579

RGB

 RED value IS 242 (94.92% from 255) = 48.79%

 GREEN value IS 133 (52.34% from 255) = 26.81%

 BLUE value IS 121 (47.66% from 255) = 24.4%

R = 48.79%
G = 26.81%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F28579 (or 0xF28579) is known color: Salmon. HEX triplet: F2, 85 and 79. RGB value is (242,133,121). Sum of RGB (Red+Green+Blue) = 242+133+121=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F28579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28579 is #0D7A86. Grayscale: #A4A4A4. Windows color (decimal): -883335 or 7964146. OLE color: 7964146.

HSL color Cylindrical-coordinate representation of color #F28579: hue angle of 5.95º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F28579 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 133 121 -
CMYK 0 0.45 0.50 0.05
HSL 5.95º 0.82% 0.71% -
HSV(B) 5.95º 0.5% 0.95% -
XYZ 48.46 37.03 22.68 -
YUV 164.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 242 133 121 0 0.45 0.50 0.05 5.95 0.82 0.71
Hex F2 85 79 0 2D 32 5 6 52 47
Octal 362 205 171 0 55 62 5 6 122 107
Binary 11110010 10000101 1111001 0 101101 110010 101 110 1010010 1000111

Color Harmonies of #F28579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28579

Black with #F28579

Text Example


Text Example

White with #F28579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28579; }

 p { color: rgb(242,133,121); }

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

background-color css

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

 a { background-color: rgb(242,133,121); }

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

border-color css

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

 span { border-color: rgb(242,133,121); }

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