Html Css Color HEX #F28175 Salmon

📋 copy color: '#F28175'

red 242 ◦ green 129 ◦ blue 117

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

Shades of Salmon #F28175

Tints of Salmon #F28175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.43%

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

R = 49.59%
G = 26.43%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F28175 (or 0xF28175) is known color: Salmon. HEX triplet: F2, 81 and 75. RGB value is (242,129,117). Sum of RGB (Red+Green+Blue) = 242+129+117=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F28175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28175 is #0D7E8A. Grayscale: #A1A1A1. Windows color (decimal): -884363 or 7700978. OLE color: 7700978.

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

Color convert

RGB 242 129 117 -
CMYK 0 0.47 0.52 0.05
HSL 5.76º 0.83% 0.7% -
HSV(B) 5.76º 0.52% 0.95% -
XYZ 47.68 35.86 21.24 -
YUV 161.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 242 129 117 0 0.47 0.52 0.05 5.76 0.83 0.7
Hex F2 81 75 0 2F 34 5 6 53 46
Octal 362 201 165 0 57 64 5 6 123 106
Binary 11110010 10000001 1110101 0 101111 110100 101 110 1010011 1000110

Color Harmonies of #F28175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28175

Black with #F28175

Text Example


Text Example

White with #F28175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28175; }

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

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

background-color css

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

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

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

border-color css

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

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

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