Html Css Color HEX #F17F68 Salmon

📋 copy color: '#F17F68'

red 241 ◦ green 127 ◦ blue 104

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

Shades of Salmon #F17F68

Tints of Salmon #F17F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.03%

R = 51.06%
G = 26.91%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F17F68 (or 0xF17F68) is known color: Salmon. HEX triplet: F1, 7F and 68. RGB value is (241,127,104). Sum of RGB (Red+Green+Blue) = 241+127+104=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F68 is #0E8097. Grayscale: #9E9E9E. Windows color (decimal): -950424 or 6848497. OLE color: 6848497.

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

Color convert

RGB 241 127 104 -
CMYK 0 0.47 0.57 0.05
HSL 10.07º 0.83% 0.68% -
HSV(B) 10.07º 0.57% 0.95% -
XYZ 46.36 34.88 17.39 -
YUV 158.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 241 127 104 0 0.47 0.57 0.05 10.07 0.83 0.68
Hex F1 7F 68 0 2F 39 5 A 53 44
Octal 361 177 150 0 57 71 5 12 123 104
Binary 11110001 1111111 1101000 0 101111 111001 101 1010 1010011 1000100

Color Harmonies of #F17F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F68

Black with #F17F68

Text Example


Text Example

White with #F17F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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