Html Css Color HEX #F29180 Dark Salmon

📋 copy color: '#F29180'

red 242 ◦ green 145 ◦ blue 128

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

Shades of Dark Salmon #F29180

Tints of Dark Salmon #F29180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.16%

 BLUE value IS 128 (50.39% from 255) = 24.85%

R = 46.99%
G = 28.16%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F29180 (or 0xF29180) is known color: Dark Salmon. HEX triplet: F2, 91 and 80. RGB value is (242,145,128). Sum of RGB (Red+Green+Blue) = 242+145+128=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F29180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29180 is #0D6E7F. Grayscale: #ACACAC. Windows color (decimal): -880256 or 8425970. OLE color: 8425970.

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

Color convert

RGB 242 145 128 -
CMYK 0 0.40 0.47 0.05
HSL 8.95º 0.81% 0.73% -
HSV(B) 8.95º 0.47% 0.95% -
XYZ 50.64 40.69 25.61 -
YUV 172.07 103.14 177.88 -
System Red Green Blue C M Y K H S L
Decimal 242 145 128 0 0.40 0.47 0.05 8.95 0.81 0.73
Hex F2 91 80 0 28 2F 5 9 51 49
Octal 362 221 200 0 50 57 5 11 121 111
Binary 11110010 10010001 10000000 0 101000 101111 101 1001 1010001 1001001

Color Harmonies of #F29180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29180

Black with #F29180

Text Example


Text Example

White with #F29180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29180; }

 p { color: rgb(242,145,128); }

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

background-color css

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

 a { background-color: rgb(242,145,128); }

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

border-color css

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

 span { border-color: rgb(242,145,128); }

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