Html Css Color HEX #F2917C Dark Salmon

📋 copy color: '#F2917C'

red 242 ◦ green 145 ◦ blue 124

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

Shades of Dark Salmon #F2917C

Tints of Dark Salmon #F2917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.38%

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

R = 47.36%
G = 28.38%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2917C (or 0xF2917C) is known color: Dark Salmon. HEX triplet: F2, 91 and 7C. RGB value is (242,145,124). Sum of RGB (Red+Green+Blue) = 242+145+124=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2917C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2917C is #0D6E83. Grayscale: #ABABAB. Windows color (decimal): -880260 or 8163826. OLE color: 8163826.

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

Color convert

RGB 242 145 124 -
CMYK 0 0.40 0.49 0.05
HSL 10.68º 0.82% 0.72% -
HSV(B) 10.68º 0.49% 0.95% -
XYZ 50.38 40.58 24.25 -
YUV 171.61 101.14 178.21 -
System Red Green Blue C M Y K H S L
Decimal 242 145 124 0 0.40 0.49 0.05 10.68 0.82 0.72
Hex F2 91 7C 0 28 31 5 B 52 48
Octal 362 221 174 0 50 61 5 13 122 110
Binary 11110010 10010001 1111100 0 101000 110001 101 1011 1010010 1001000

Color Harmonies of #F2917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2917C

Black with #F2917C

Text Example


Text Example

White with #F2917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2917C; }

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

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

background-color css

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

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

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

border-color css

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

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

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