Html Css Color HEX #F17F70 Salmon

📋 copy color: '#F17F70'

red 241 ◦ green 127 ◦ blue 112

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

Shades of Salmon #F17F70

Tints of Salmon #F17F70

RGB

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

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

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

R = 50.21%
G = 26.46%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F17F70 (or 0xF17F70) is known color: Salmon. HEX triplet: F1, 7F and 70. RGB value is (241,127,112). Sum of RGB (Red+Green+Blue) = 241+127+112=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F70 is #0E808F. Grayscale: #9F9F9F. Windows color (decimal): -950416 or 7372785. OLE color: 7372785.

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

Color convert

RGB 241 127 112 -
CMYK 0 0.47 0.54 0.05
HSL 6.98º 0.82% 0.69% -
HSV(B) 6.98º 0.54% 0.95% -
XYZ 46.79 35.05 19.63 -
YUV 159.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 241 127 112 0 0.47 0.54 0.05 6.98 0.82 0.69
Hex F1 7F 70 0 2F 36 5 7 52 45
Octal 361 177 160 0 57 66 5 7 122 105
Binary 11110001 1111111 1110000 0 101111 110110 101 111 1010010 1000101

Color Harmonies of #F17F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F70

Black with #F17F70

Text Example


Text Example

White with #F17F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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