Html Css Color HEX #F2997A Dark Salmon

📋 copy color: '#F2997A'

red 242 ◦ green 153 ◦ blue 122

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

Shades of Dark Salmon #F2997A

Tints of Dark Salmon #F2997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.6%

R = 46.81%
G = 29.59%
B = 23.6%

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

#F2997A (or 0xF2997A) is known color: Dark Salmon. HEX triplet: F2, 99 and 7A. RGB value is (242,153,122). Sum of RGB (Red+Green+Blue) = 242+153+122=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2997A is #0D6685. Grayscale: #B0B0B0. Windows color (decimal): -878214 or 8034802. OLE color: 8034802.

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

Color convert

RGB 242 153 122 -
CMYK 0 0.37 0.50 0.05
HSL 15.5º 0.82% 0.71% -
HSV(B) 15.5º 0.5% 0.95% -
XYZ 51.52 43.06 24.01 -
YUV 176.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 242 153 122 0 0.37 0.50 0.05 15.5 0.82 0.71
Hex F2 99 7A 0 25 32 5 10 52 47
Octal 362 231 172 0 45 62 5 20 122 107
Binary 11110010 10011001 1111010 0 100101 110010 101 10000 1010010 1000111

Color Harmonies of #F2997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2997A

Black with #F2997A

Text Example


Text Example

White with #F2997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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