Html Css Color HEX #F28979 Salmon

📋 copy color: '#F28979'

red 242 ◦ green 137 ◦ blue 121

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

Shades of Salmon #F28979

Tints of Salmon #F28979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.4%

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

R = 48.4%
G = 27.4%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F28979 (or 0xF28979) is known color: Salmon. HEX triplet: F2, 89 and 79. RGB value is (242,137,121). Sum of RGB (Red+Green+Blue) = 242+137+121=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F28979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28979 is #0D7686. Grayscale: #A6A6A6. Windows color (decimal): -882311 or 7965170. OLE color: 7965170.

HSL color Cylindrical-coordinate representation of color #F28979: hue angle of 7.93º 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 #F28979 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 137 121 -
CMYK 0 0.43 0.50 0.05
HSL 7.93º 0.82% 0.71% -
HSV(B) 7.93º 0.5% 0.95% -
XYZ 49.01 38.15 22.87 -
YUV 166.57 102.29 181.8 -
System Red Green Blue C M Y K H S L
Decimal 242 137 121 0 0.43 0.50 0.05 7.93 0.82 0.71
Hex F2 89 79 0 2B 32 5 8 52 47
Octal 362 211 171 0 53 62 5 10 122 107
Binary 11110010 10001001 1111001 0 101011 110010 101 1000 1010010 1000111

Color Harmonies of #F28979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28979

Black with #F28979

Text Example


Text Example

White with #F28979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28979; }

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

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

background-color css

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

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

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

border-color css

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

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

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