Html Css Color HEX #F29370 Dark Salmon

📋 copy color: '#F29370'

red 242 ◦ green 147 ◦ blue 112

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

Shades of Dark Salmon #F29370

Tints of Dark Salmon #F29370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.34%

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

R = 48.3%
G = 29.34%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F29370 (or 0xF29370) is known color: Dark Salmon. HEX triplet: F2, 93 and 70. RGB value is (242,147,112). Sum of RGB (Red+Green+Blue) = 242+147+112=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F29370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29370 is #0D6C8F. Grayscale: #ABABAB. Windows color (decimal): -879760 or 7377906. OLE color: 7377906.

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

Color convert

RGB 242 147 112 -
CMYK 0 0.39 0.54 0.05
HSL 16.15º 0.83% 0.69% -
HSV(B) 16.15º 0.54% 0.95% -
XYZ 49.98 40.91 20.59 -
YUV 171.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 242 147 112 0 0.39 0.54 0.05 16.15 0.83 0.69
Hex F2 93 70 0 27 36 5 10 53 45
Octal 362 223 160 0 47 66 5 20 123 105
Binary 11110010 10010011 1110000 0 100111 110110 101 10000 1010011 1000101

Color Harmonies of #F29370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29370

Black with #F29370

Text Example


Text Example

White with #F29370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29370; }

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

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

background-color css

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

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

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

border-color css

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

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

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