Html Css Color HEX #F18575 Salmon

📋 copy color: '#F18575'

red 241 ◦ green 133 ◦ blue 117

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

Shades of Salmon #F18575

Tints of Salmon #F18575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.09%

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

R = 49.08%
G = 27.09%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F18575 (or 0xF18575) is known color: Salmon. HEX triplet: F1, 85 and 75. RGB value is (241,133,117). Sum of RGB (Red+Green+Blue) = 241+133+117=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F18575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18575 is #0E7A8A. Grayscale: #A3A3A3. Windows color (decimal): -948875 or 7702001. OLE color: 7702001.

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

Color convert

RGB 241 133 117 -
CMYK 0 0.45 0.51 0.05
HSL 7.74º 0.82% 0.7% -
HSV(B) 7.74º 0.51% 0.95% -
XYZ 47.87 36.76 21.4 -
YUV 163.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 241 133 117 0 0.45 0.51 0.05 7.74 0.82 0.7
Hex F1 85 75 0 2D 33 5 8 52 46
Octal 361 205 165 0 55 63 5 10 122 106
Binary 11110001 10000101 1110101 0 101101 110011 101 1000 1010010 1000110

Color Harmonies of #F18575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18575

Black with #F18575

Text Example


Text Example

White with #F18575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18575; }

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

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

background-color css

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

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

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

border-color css

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

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

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