Html Css Color HEX #F28171 Salmon

📋 copy color: '#F28171'

red 242 ◦ green 129 ◦ blue 113

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

Shades of Salmon #F28171

Tints of Salmon #F28171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.35%

R = 50%
G = 26.65%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F28171 (or 0xF28171) is known color: Salmon. HEX triplet: F2, 81 and 71. RGB value is (242,129,113). Sum of RGB (Red+Green+Blue) = 242+129+113=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F28171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28171 is #0D7E8E. Grayscale: #A1A1A1. Windows color (decimal): -884367 or 7438834. OLE color: 7438834.

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

Color convert

RGB 242 129 113 -
CMYK 0 0.47 0.53 0.05
HSL 7.44º 0.83% 0.7% -
HSV(B) 7.44º 0.53% 0.95% -
XYZ 47.45 35.77 20.03 -
YUV 160.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 242 129 113 0 0.47 0.53 0.05 7.44 0.83 0.7
Hex F2 81 71 0 2F 35 5 7 53 46
Octal 362 201 161 0 57 65 5 7 123 106
Binary 11110010 10000001 1110001 0 101111 110101 101 111 1010011 1000110

Color Harmonies of #F28171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28171

Black with #F28171

Text Example


Text Example

White with #F28171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28171; }

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

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

background-color css

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

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

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

border-color css

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

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

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