Html Css Color HEX #F2967C Dark Salmon

📋 copy color: '#F2967C'

red 242 ◦ green 150 ◦ blue 124

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

Shades of Dark Salmon #F2967C

Tints of Dark Salmon #F2967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.07%

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

R = 46.9%
G = 29.07%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2967C (or 0xF2967C) is known color: Dark Salmon. HEX triplet: F2, 96 and 7C. RGB value is (242,150,124). Sum of RGB (Red+Green+Blue) = 242+150+124=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2967C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2967C is #0D6983. Grayscale: #AEAEAE. Windows color (decimal): -878980 or 8165106. OLE color: 8165106.

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

Color convert

RGB 242 150 124 -
CMYK 0 0.38 0.49 0.05
HSL 13.22º 0.82% 0.72% -
HSV(B) 13.22º 0.49% 0.95% -
XYZ 51.16 42.15 24.51 -
YUV 174.54 99.48 176.11 -
System Red Green Blue C M Y K H S L
Decimal 242 150 124 0 0.38 0.49 0.05 13.22 0.82 0.72
Hex F2 96 7C 0 26 31 5 D 52 48
Octal 362 226 174 0 46 61 5 15 122 110
Binary 11110010 10010110 1111100 0 100110 110001 101 1101 1010010 1001000

Color Harmonies of #F2967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2967C

Black with #F2967C

Text Example


Text Example

White with #F2967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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