Html Css Color HEX #F29281 Dark Salmon

📋 copy color: '#F29281'

red 242 ◦ green 146 ◦ blue 129

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

Shades of Dark Salmon #F29281

Tints of Dark Salmon #F29281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.24%

 BLUE value IS 129 (50.78% from 255) = 24.95%

R = 46.81%
G = 28.24%
B = 24.95%

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

#F29281 (or 0xF29281) is known color: Dark Salmon. HEX triplet: F2, 92 and 81. RGB value is (242,146,129). Sum of RGB (Red+Green+Blue) = 242+146+129=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F29281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29281 is #0D6D7E. Grayscale: #ACACAC. Windows color (decimal): -879999 or 8491762. OLE color: 8491762.

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

Color convert

RGB 242 146 129 -
CMYK 0 0.40 0.47 0.05
HSL 9.03º 0.81% 0.73% -
HSV(B) 9.03º 0.47% 0.95% -
XYZ 50.86 41.02 26.01 -
YUV 172.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 242 146 129 0 0.40 0.47 0.05 9.03 0.81 0.73
Hex F2 92 81 0 28 2F 5 9 51 49
Octal 362 222 201 0 50 57 5 11 121 111
Binary 11110010 10010010 10000001 0 101000 101111 101 1001 1010001 1001001

Color Harmonies of #F29281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29281

Black with #F29281

Text Example


Text Example

White with #F29281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29281; }

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

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

background-color css

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

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

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

border-color css

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

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

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