Html Css Color HEX #F28E7C Dark Salmon

📋 copy color: '#F28E7C'

red 242 ◦ green 142 ◦ blue 124

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

Shades of Dark Salmon #F28E7C

Tints of Dark Salmon #F28E7C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.95%

 BLUE value IS 124 (48.83% from 255) = 24.41%

R = 47.64%
G = 27.95%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F28E7C (or 0xF28E7C) is known color: Dark Salmon. HEX triplet: F2, 8E and 7C. RGB value is (242,142,124). Sum of RGB (Red+Green+Blue) = 242+142+124=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E7C is #0D7183. Grayscale: #AAAAAA. Windows color (decimal): -881028 or 8163058. OLE color: 8163058.

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

Color convert

RGB 242 142 124 -
CMYK 0 0.41 0.49 0.05
HSL 9.15º 0.82% 0.72% -
HSV(B) 9.15º 0.49% 0.95% -
XYZ 49.93 39.68 24.1 -
YUV 169.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 242 142 124 0 0.41 0.49 0.05 9.15 0.82 0.72
Hex F2 8E 7C 0 29 31 5 9 52 48
Octal 362 216 174 0 51 61 5 11 122 110
Binary 11110010 10001110 1111100 0 101001 110001 101 1001 1010010 1001000

Color Harmonies of #F28E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28E7C

Black with #F28E7C

Text Example


Text Example

White with #F28E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28E7C; }

 p { color: rgb(242,142,124); }

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

background-color css

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

 a { background-color: rgb(242,142,124); }

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

border-color css

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

 span { border-color: rgb(242,142,124); }

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