Html Css Color HEX #F29978 Dark Salmon

📋 copy color: '#F29978'

red 242 ◦ green 153 ◦ blue 120

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

Shades of Dark Salmon #F29978

Tints of Dark Salmon #F29978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.3%

R = 46.99%
G = 29.71%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F29978 (or 0xF29978) is known color: Dark Salmon. HEX triplet: F2, 99 and 78. RGB value is (242,153,120). Sum of RGB (Red+Green+Blue) = 242+153+120=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F29978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29978 is #0D6687. Grayscale: #B0B0B0. Windows color (decimal): -878216 or 7903730. OLE color: 7903730.

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

Color convert

RGB 242 153 120 -
CMYK 0 0.37 0.50 0.05
HSL 16.23º 0.82% 0.71% -
HSV(B) 16.23º 0.5% 0.95% -
XYZ 51.4 43.02 23.36 -
YUV 175.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 242 153 120 0 0.37 0.50 0.05 16.23 0.82 0.71
Hex F2 99 78 0 25 32 5 10 52 47
Octal 362 231 170 0 45 62 5 20 122 107
Binary 11110010 10011001 1111000 0 100101 110010 101 10000 1010010 1000111

Color Harmonies of #F29978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29978

Black with #F29978

Text Example


Text Example

White with #F29978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29978; }

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

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

background-color css

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

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

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

border-color css

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

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

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