Html Css Color HEX #F28477 Salmon

📋 copy color: '#F28477'

red 242 ◦ green 132 ◦ blue 119

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

Shades of Salmon #F28477

Tints of Salmon #F28477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.77%

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

R = 49.09%
G = 26.77%
B = 24.14%

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

#F28477 (or 0xF28477) is known color: Salmon. HEX triplet: F2, 84 and 77. RGB value is (242,132,119). Sum of RGB (Red+Green+Blue) = 242+132+119=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F28477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28477 is #0D7B88. Grayscale: #A3A3A3. Windows color (decimal): -883593 or 7832818. OLE color: 7832818.

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

Color convert

RGB 242 132 119 -
CMYK 0 0.45 0.51 0.05
HSL 6.34º 0.83% 0.71% -
HSV(B) 6.34º 0.51% 0.95% -
XYZ 48.2 36.71 22 -
YUV 163.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 242 132 119 0 0.45 0.51 0.05 6.34 0.83 0.71
Hex F2 84 77 0 2D 33 5 6 53 47
Octal 362 204 167 0 55 63 5 6 123 107
Binary 11110010 10000100 1110111 0 101101 110011 101 110 1010011 1000111

Color Harmonies of #F28477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28477

Black with #F28477

Text Example


Text Example

White with #F28477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28477; }

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

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

background-color css

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

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

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

border-color css

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

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

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