Html Css Color HEX #F29481 Dark Salmon

📋 copy color: '#F29481'

red 242 ◦ green 148 ◦ blue 129

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

Shades of Dark Salmon #F29481

Tints of Dark Salmon #F29481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.52%

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

R = 46.63%
G = 28.52%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F29481 (or 0xF29481) is known color: Dark Salmon. HEX triplet: F2, 94 and 81. RGB value is (242,148,129). Sum of RGB (Red+Green+Blue) = 242+148+129=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F29481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29481 is #0D6B7E. Grayscale: #AEAEAE. Windows color (decimal): -879487 or 8492274. OLE color: 8492274.

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

Color convert

RGB 242 148 129 -
CMYK 0 0.39 0.47 0.05
HSL 10.09º 0.81% 0.73% -
HSV(B) 10.09º 0.47% 0.95% -
XYZ 51.17 41.64 26.11 -
YUV 173.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 242 148 129 0 0.39 0.47 0.05 10.09 0.81 0.73
Hex F2 94 81 0 27 2F 5 A 51 49
Octal 362 224 201 0 47 57 5 12 121 111
Binary 11110010 10010100 10000001 0 100111 101111 101 1010 1010001 1001001

Color Harmonies of #F29481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29481

Black with #F29481

Text Example


Text Example

White with #F29481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29481; }

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

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

background-color css

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

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

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

border-color css

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

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

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