Html Css Color HEX #F17F72 Salmon

📋 copy color: '#F17F72'

red 241 ◦ green 127 ◦ blue 114

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

Shades of Salmon #F17F72

Tints of Salmon #F17F72

RGB

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

 GREEN value IS 127 (50% from 255) = 26.35%

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

R = 50%
G = 26.35%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F17F72 (or 0xF17F72) is known color: Salmon. HEX triplet: F1, 7F and 72. RGB value is (241,127,114). Sum of RGB (Red+Green+Blue) = 241+127+114=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F72 is #0E808D. Grayscale: #9F9F9F. Windows color (decimal): -950414 or 7503857. OLE color: 7503857.

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

Color convert

RGB 241 127 114 -
CMYK 0 0.47 0.53 0.05
HSL 6.14º 0.82% 0.7% -
HSV(B) 6.14º 0.53% 0.95% -
XYZ 46.9 35.09 20.22 -
YUV 159.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 241 127 114 0 0.47 0.53 0.05 6.14 0.82 0.7
Hex F1 7F 72 0 2F 35 5 6 52 46
Octal 361 177 162 0 57 65 5 6 122 106
Binary 11110001 1111111 1110010 0 101111 110101 101 110 1010010 1000110

Color Harmonies of #F17F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F72

Black with #F17F72

Text Example


Text Example

White with #F17F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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