Html Css Color HEX #F2997D Dark Salmon

📋 copy color: '#F2997D'

red 242 ◦ green 153 ◦ blue 125

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

Shades of Dark Salmon #F2997D

Tints of Dark Salmon #F2997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.04%

R = 46.54%
G = 29.42%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2997D (or 0xF2997D) is known color: Dark Salmon. HEX triplet: F2, 99 and 7D. RGB value is (242,153,125). Sum of RGB (Red+Green+Blue) = 242+153+125=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2997D is #0D6682. Grayscale: #B0B0B0. Windows color (decimal): -878211 or 8231410. OLE color: 8231410.

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

Color convert

RGB 242 153 125 -
CMYK 0 0.37 0.48 0.05
HSL 14.36º 0.82% 0.72% -
HSV(B) 14.36º 0.48% 0.95% -
XYZ 51.71 43.14 25 -
YUV 176.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 242 153 125 0 0.37 0.48 0.05 14.36 0.82 0.72
Hex F2 99 7D 0 25 30 5 E 52 48
Octal 362 231 175 0 45 60 5 16 122 110
Binary 11110010 10011001 1111101 0 100101 110000 101 1110 1010010 1001000

Color Harmonies of #F2997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2997D

Black with #F2997D

Text Example


Text Example

White with #F2997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2997D; }

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

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

background-color css

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

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

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

border-color css

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

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

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