Html Css Color HEX #F29970 Dark Salmon

📋 copy color: '#F29970'

red 242 ◦ green 153 ◦ blue 112

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

Shades of Dark Salmon #F29970

Tints of Dark Salmon #F29970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.18%

 BLUE value IS 112 (44.14% from 255) = 22.09%

R = 47.73%
G = 30.18%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F29970 (or 0xF29970) is known color: Dark Salmon. HEX triplet: F2, 99 and 70. RGB value is (242,153,112). Sum of RGB (Red+Green+Blue) = 242+153+112=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F29970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29970 is #0D668F. Grayscale: #AFAFAF. Windows color (decimal): -878224 or 7379442. OLE color: 7379442.

HSL color Cylindrical-coordinate representation of color #F29970: hue angle of 18.92º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F29970 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 153 112 -
CMYK 0 0.37 0.54 0.05
HSL 18.92º 0.83% 0.69% -
HSV(B) 18.92º 0.54% 0.95% -
XYZ 50.93 42.83 20.91 -
YUV 174.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 242 153 112 0 0.37 0.54 0.05 18.92 0.83 0.69
Hex F2 99 70 0 25 36 5 13 53 45
Octal 362 231 160 0 45 66 5 23 123 105
Binary 11110010 10011001 1110000 0 100101 110110 101 10011 1010011 1000101

Color Harmonies of #F29970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29970

Black with #F29970

Text Example


Text Example

White with #F29970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29970; }

 p { color: rgb(242,153,112); }

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

background-color css

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

 a { background-color: rgb(242,153,112); }

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

border-color css

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

 span { border-color: rgb(242,153,112); }

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