Html Css Color HEX #F2946E Dark Salmon

📋 copy color: '#F2946E'

red 242 ◦ green 148 ◦ blue 110

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

Shades of Dark Salmon #F2946E

Tints of Dark Salmon #F2946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.6%

 BLUE value IS 110 (43.36% from 255) = 22%

R = 48.4%
G = 29.6%
B = 22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2946E (or 0xF2946E) is known color: Dark Salmon. HEX triplet: F2, 94 and 6E. RGB value is (242,148,110). Sum of RGB (Red+Green+Blue) = 242+148+110=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2946E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2946E is #0D6B91. Grayscale: #ACACAC. Windows color (decimal): -879506 or 7247090. OLE color: 7247090.

HSL color Cylindrical-coordinate representation of color #F2946E: hue angle of 17.27º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2946E is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 148 110 -
CMYK 0 0.39 0.55 0.05
HSL 17.27º 0.84% 0.69% -
HSV(B) 17.27º 0.55% 0.95% -
XYZ 50.02 41.18 20.06 -
YUV 171.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 242 148 110 0 0.39 0.55 0.05 17.27 0.84 0.69
Hex F2 94 6E 0 27 37 5 11 54 45
Octal 362 224 156 0 47 67 5 21 124 105
Binary 11110010 10010100 1101110 0 100111 110111 101 10001 1010100 1000101

Color Harmonies of #F2946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2946E

Black with #F2946E

Text Example


Text Example

White with #F2946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2946E; }

 p { color: rgb(242,148,110); }

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

background-color css

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

 a { background-color: rgb(242,148,110); }

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

border-color css

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

 span { border-color: rgb(242,148,110); }

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