Html Css Color HEX #F17B70 Salmon

📋 copy color: '#F17B70'

red 241 ◦ green 123 ◦ blue 112

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

Shades of Salmon #F17B70

Tints of Salmon #F17B70

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.84%

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 50.63%
G = 25.84%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F17B70 (or 0xF17B70) is known color: Salmon. HEX triplet: F1, 7B and 70. RGB value is (241,123,112). Sum of RGB (Red+Green+Blue) = 241+123+112=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F17B70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17B70 is #0E848F. Grayscale: #9D9D9D. Windows color (decimal): -951440 or 7371761. OLE color: 7371761.

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

Color convert

RGB 241 123 112 -
CMYK 0 0.49 0.54 0.05
HSL 5.12º 0.82% 0.69% -
HSV(B) 5.12º 0.54% 0.95% -
XYZ 46.28 34.04 19.46 -
YUV 157.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 241 123 112 0 0.49 0.54 0.05 5.12 0.82 0.69
Hex F1 7B 70 0 31 36 5 5 52 45
Octal 361 173 160 0 61 66 5 5 122 105
Binary 11110001 1111011 1110000 0 110001 110110 101 101 1010010 1000101

Color Harmonies of #F17B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17B70

Black with #F17B70

Text Example


Text Example

White with #F17B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17B70; }

 p { color: rgb(241,123,112); }

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

background-color css

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

 a { background-color: rgb(241,123,112); }

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

border-color css

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

 span { border-color: rgb(241,123,112); }

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