Html Css Color HEX #F28B75 Salmon

📋 copy color: '#F28B75'

red 242 ◦ green 139 ◦ blue 117

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

Shades of Salmon #F28B75

Tints of Salmon #F28B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.91%

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

R = 48.59%
G = 27.91%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F28B75 (or 0xF28B75) is known color: Salmon. HEX triplet: F2, 8B and 75. RGB value is (242,139,117). Sum of RGB (Red+Green+Blue) = 242+139+117=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B75 is #0D748A. Grayscale: #A7A7A7. Windows color (decimal): -881803 or 7703538. OLE color: 7703538.

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

Color convert

RGB 242 139 117 -
CMYK 0 0.43 0.52 0.05
HSL 10.56º 0.83% 0.7% -
HSV(B) 10.56º 0.52% 0.95% -
XYZ 49.06 38.63 21.7 -
YUV 167.29 99.62 181.29 -
System Red Green Blue C M Y K H S L
Decimal 242 139 117 0 0.43 0.52 0.05 10.56 0.83 0.7
Hex F2 8B 75 0 2B 34 5 B 53 46
Octal 362 213 165 0 53 64 5 13 123 106
Binary 11110010 10001011 1110101 0 101011 110100 101 1011 1010011 1000110

Color Harmonies of #F28B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28B75

Black with #F28B75

Text Example


Text Example

White with #F28B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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