Html Css Color HEX #F28577 Salmon

📋 copy color: '#F28577'

red 242 ◦ green 133 ◦ blue 119

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

Shades of Salmon #F28577

Tints of Salmon #F28577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.09%

R = 48.99%
G = 26.92%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F28577 (or 0xF28577) is known color: Salmon. HEX triplet: F2, 85 and 77. RGB value is (242,133,119). Sum of RGB (Red+Green+Blue) = 242+133+119=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F28577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28577 is #0D7A88. Grayscale: #A4A4A4. Windows color (decimal): -883337 or 7833074. OLE color: 7833074.

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

Color convert

RGB 242 133 119 -
CMYK 0 0.45 0.51 0.05
HSL 6.83º 0.83% 0.71% -
HSV(B) 6.83º 0.51% 0.95% -
XYZ 48.34 36.98 22.04 -
YUV 164 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 242 133 119 0 0.45 0.51 0.05 6.83 0.83 0.71
Hex F2 85 77 0 2D 33 5 7 53 47
Octal 362 205 167 0 55 63 5 7 123 107
Binary 11110010 10000101 1110111 0 101101 110011 101 111 1010011 1000111

Color Harmonies of #F28577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28577

Black with #F28577

Text Example


Text Example

White with #F28577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28577; }

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

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

background-color css

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

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

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

border-color css

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

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

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