Html Css Color HEX #F29270 Dark Salmon

📋 copy color: '#F29270'

red 242 ◦ green 146 ◦ blue 112

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

Shades of Dark Salmon #F29270

Tints of Dark Salmon #F29270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.2%

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

R = 48.4%
G = 29.2%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F29270 (or 0xF29270) is known color: Dark Salmon. HEX triplet: F2, 92 and 70. RGB value is (242,146,112). Sum of RGB (Red+Green+Blue) = 242+146+112=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F29270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29270 is #0D6D8F. Grayscale: #ABABAB. Windows color (decimal): -880016 or 7377650. OLE color: 7377650.

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

Color convert

RGB 242 146 112 -
CMYK 0 0.40 0.54 0.05
HSL 15.69º 0.83% 0.69% -
HSV(B) 15.69º 0.54% 0.95% -
XYZ 49.82 40.6 20.54 -
YUV 170.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 242 146 112 0 0.40 0.54 0.05 15.69 0.83 0.69
Hex F2 92 70 0 28 36 5 10 53 45
Octal 362 222 160 0 50 66 5 20 123 105
Binary 11110010 10010010 1110000 0 101000 110110 101 10000 1010011 1000101

Color Harmonies of #F29270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29270

Black with #F29270

Text Example


Text Example

White with #F29270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29270; }

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

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

background-color css

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

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

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

border-color css

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

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

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