Html Css Color HEX #F29B7A Dark Salmon

📋 copy color: '#F29B7A'

red 242 ◦ green 155 ◦ blue 122

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

Shades of Dark Salmon #F29B7A

Tints of Dark Salmon #F29B7A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.87%

 BLUE value IS 122 (48.05% from 255) = 23.51%

R = 46.63%
G = 29.87%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F29B7A (or 0xF29B7A) is known color: Dark Salmon. HEX triplet: F2, 9B and 7A. RGB value is (242,155,122). Sum of RGB (Red+Green+Blue) = 242+155+122=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29B7A is #0D6485. Grayscale: #B1B1B1. Windows color (decimal): -877702 or 8035314. OLE color: 8035314.

HSL color Cylindrical-coordinate representation of color #F29B7A: hue angle of 16.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F29B7A is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 155 122 -
CMYK 0 0.36 0.50 0.05
HSL 16.5º 0.82% 0.71% -
HSV(B) 16.5º 0.5% 0.95% -
XYZ 51.85 43.73 24.12 -
YUV 177.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 242 155 122 0 0.36 0.50 0.05 16.5 0.82 0.71
Hex F2 9B 7A 0 24 32 5 10 52 47
Octal 362 233 172 0 44 62 5 20 122 107
Binary 11110010 10011011 1111010 0 100100 110010 101 10000 1010010 1000111

Color Harmonies of #F29B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29B7A

Black with #F29B7A

Text Example


Text Example

White with #F29B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29B7A; }

 p { color: rgb(242,155,122); }

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

background-color css

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

 a { background-color: rgb(242,155,122); }

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

border-color css

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

 span { border-color: rgb(242,155,122); }

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