Html Css Color HEX #F28775 Salmon

📋 copy color: '#F28775'

red 242 ◦ green 135 ◦ blue 117

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

Shades of Salmon #F28775

Tints of Salmon #F28775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.33%

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 48.99%
G = 27.33%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F28775 (or 0xF28775) is known color: Salmon. HEX triplet: F2, 87 and 75. RGB value is (242,135,117). Sum of RGB (Red+Green+Blue) = 242+135+117=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F28775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28775 is #0D788A. Grayscale: #A5A5A5. Windows color (decimal): -882827 or 7702514. OLE color: 7702514.

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

Color convert

RGB 242 135 117 -
CMYK 0 0.44 0.52 0.05
HSL 8.64º 0.83% 0.7% -
HSV(B) 8.64º 0.52% 0.95% -
XYZ 48.49 37.49 21.51 -
YUV 164.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 242 135 117 0 0.44 0.52 0.05 8.64 0.83 0.7
Hex F2 87 75 0 2C 34 5 9 53 46
Octal 362 207 165 0 54 64 5 11 123 106
Binary 11110010 10000111 1110101 0 101100 110100 101 1001 1010011 1000110

Color Harmonies of #F28775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28775

Black with #F28775

Text Example


Text Example

White with #F28775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28775; }

 p { color: rgb(242,135,117); }

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

background-color css

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

 a { background-color: rgb(242,135,117); }

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

border-color css

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

 span { border-color: rgb(242,135,117); }

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