Html Css Color HEX #F17C72 Salmon

📋 copy color: '#F17C72'

red 241 ◦ green 124 ◦ blue 114

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

Shades of Salmon #F17C72

Tints of Salmon #F17C72

RGB

 RED value IS 241 (94.53% from 255) = 50.31%

 GREEN value IS 124 (48.83% from 255) = 25.89%

 BLUE value IS 114 (44.92% from 255) = 23.8%

R = 50.31%
G = 25.89%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F17C72 (or 0xF17C72) is known color: Salmon. HEX triplet: F1, 7C and 72. RGB value is (241,124,114). Sum of RGB (Red+Green+Blue) = 241+124+114=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17C72 is #0E838D. Grayscale: #9D9D9D. Windows color (decimal): -951182 or 7503089. OLE color: 7503089.

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

Color convert

RGB 241 124 114 -
CMYK 0 0.49 0.53 0.05
HSL 4.72º 0.82% 0.7% -
HSV(B) 4.72º 0.53% 0.95% -
XYZ 46.52 34.33 20.09 -
YUV 157.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 241 124 114 0 0.49 0.53 0.05 4.72 0.82 0.7
Hex F1 7C 72 0 31 35 5 5 52 46
Octal 361 174 162 0 61 65 5 5 122 106
Binary 11110001 1111100 1110010 0 110001 110101 101 101 1010010 1000110

Color Harmonies of #F17C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17C72

Black with #F17C72

Text Example


Text Example

White with #F17C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17C72; }

 p { color: rgb(241,124,114); }

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

background-color css

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

 a { background-color: rgb(241,124,114); }

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

border-color css

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

 span { border-color: rgb(241,124,114); }

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