Html Css Color HEX #F29F7E Dark Salmon

📋 copy color: '#F29F7E'

red 242 ◦ green 159 ◦ blue 126

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

Shades of Dark Salmon #F29F7E

Tints of Dark Salmon #F29F7E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.17%

 BLUE value IS 126 (49.61% from 255) = 23.91%

R = 45.92%
G = 30.17%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F29F7E (or 0xF29F7E) is known color: Dark Salmon. HEX triplet: F2, 9F and 7E. RGB value is (242,159,126). Sum of RGB (Red+Green+Blue) = 242+159+126=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29F7E is #0D6081. Grayscale: #B4B4B4. Windows color (decimal): -876674 or 8298482. OLE color: 8298482.

HSL color Cylindrical-coordinate representation of color #F29F7E: hue angle of 17.07º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F29F7E is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 159 126 -
CMYK 0 0.34 0.48 0.05
HSL 17.07º 0.82% 0.72% -
HSV(B) 17.07º 0.48% 0.95% -
XYZ 52.78 45.18 25.68 -
YUV 180.06 97.5 172.18 -
System Red Green Blue C M Y K H S L
Decimal 242 159 126 0 0.34 0.48 0.05 17.07 0.82 0.72
Hex F2 9F 7E 0 22 30 5 11 52 48
Octal 362 237 176 0 42 60 5 21 122 110
Binary 11110010 10011111 1111110 0 100010 110000 101 10001 1010010 1001000

Color Harmonies of #F29F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29F7E

Black with #F29F7E

Text Example


Text Example

White with #F29F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29F7E; }

 p { color: rgb(242,159,126); }

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

background-color css

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

 a { background-color: rgb(242,159,126); }

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

border-color css

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

 span { border-color: rgb(242,159,126); }

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