Html Css Color HEX #F17F75 Salmon

📋 copy color: '#F17F75'

red 241 ◦ green 127 ◦ blue 117

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

Shades of Salmon #F17F75

Tints of Salmon #F17F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 49.69%
G = 26.19%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F17F75 (or 0xF17F75) is known color: Salmon. HEX triplet: F1, 7F and 75. RGB value is (241,127,117). Sum of RGB (Red+Green+Blue) = 241+127+117=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F75 is #0E808A. Grayscale: #A0A0A0. Windows color (decimal): -950411 or 7700465. OLE color: 7700465.

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

Color convert

RGB 241 127 117 -
CMYK 0 0.47 0.51 0.05
HSL 4.84º 0.82% 0.7% -
HSV(B) 4.84º 0.51% 0.95% -
XYZ 47.08 35.16 21.14 -
YUV 159.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 241 127 117 0 0.47 0.51 0.05 4.84 0.82 0.7
Hex F1 7F 75 0 2F 33 5 5 52 46
Octal 361 177 165 0 57 63 5 5 122 106
Binary 11110001 1111111 1110101 0 101111 110011 101 101 1010010 1000110

Color Harmonies of #F17F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F75

Black with #F17F75

Text Example


Text Example

White with #F17F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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