Html Css Color HEX #F28A79 Salmon

📋 copy color: '#F28A79'

red 242 ◦ green 138 ◦ blue 121

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

Shades of Salmon #F28A79

Tints of Salmon #F28A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.54%

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

R = 48.3%
G = 27.54%
B = 24.15%

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

#F28A79 (or 0xF28A79) is known color: Salmon. HEX triplet: F2, 8A and 79. RGB value is (242,138,121). Sum of RGB (Red+Green+Blue) = 242+138+121=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28A79 is #0D7586. Grayscale: #A7A7A7. Windows color (decimal): -882055 or 7965426. OLE color: 7965426.

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

Color convert

RGB 242 138 121 -
CMYK 0 0.43 0.50 0.05
HSL 8.43º 0.82% 0.71% -
HSV(B) 8.43º 0.5% 0.95% -
XYZ 49.16 38.43 22.92 -
YUV 167.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 242 138 121 0 0.43 0.50 0.05 8.43 0.82 0.71
Hex F2 8A 79 0 2B 32 5 8 52 47
Octal 362 212 171 0 53 62 5 10 122 107
Binary 11110010 10001010 1111001 0 101011 110010 101 1000 1010010 1000111

Color Harmonies of #F28A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28A79

Black with #F28A79

Text Example


Text Example

White with #F28A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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