Html Css Color HEX #F18068 Salmon

📋 copy color: '#F18068'

red 241 ◦ green 128 ◦ blue 104

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

Shades of Salmon #F18068

Tints of Salmon #F18068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.06%

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

R = 50.95%
G = 27.06%
B = 21.99%

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

#F18068 (or 0xF18068) is known color: Salmon. HEX triplet: F1, 80 and 68. RGB value is (241,128,104). Sum of RGB (Red+Green+Blue) = 241+128+104=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F18068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18068 is #0E7F97. Grayscale: #9F9F9F. Windows color (decimal): -950168 or 6848753. OLE color: 6848753.

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

Color convert

RGB 241 128 104 -
CMYK 0 0.47 0.57 0.05
HSL 10.51º 0.83% 0.68% -
HSV(B) 10.51º 0.57% 0.95% -
XYZ 46.49 35.14 17.43 -
YUV 159.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 241 128 104 0 0.47 0.57 0.05 10.51 0.83 0.68
Hex F1 80 68 0 2F 39 5 B 53 44
Octal 361 200 150 0 57 71 5 13 123 104
Binary 11110001 10000000 1101000 0 101111 111001 101 1011 1010011 1000100

Color Harmonies of #F18068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18068

Black with #F18068

Text Example


Text Example

White with #F18068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18068; }

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

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

background-color css

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

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

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

border-color css

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

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

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