Html Css Color HEX #F18975 Salmon

📋 copy color: '#F18975'

red 241 ◦ green 137 ◦ blue 117

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

Shades of Salmon #F18975

Tints of Salmon #F18975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.68%

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

R = 48.69%
G = 27.68%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F18975 (or 0xF18975) is known color: Salmon. HEX triplet: F1, 89 and 75. RGB value is (241,137,117). Sum of RGB (Red+Green+Blue) = 241+137+117=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F18975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18975 is #0E768A. Grayscale: #A6A6A6. Windows color (decimal): -947851 or 7703025. OLE color: 7703025.

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

Color convert

RGB 241 137 117 -
CMYK 0 0.43 0.51 0.05
HSL 9.68º 0.82% 0.7% -
HSV(B) 9.68º 0.51% 0.95% -
XYZ 48.43 37.88 21.59 -
YUV 165.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 241 137 117 0 0.43 0.51 0.05 9.68 0.82 0.7
Hex F1 89 75 0 2B 33 5 A 52 46
Octal 361 211 165 0 53 63 5 12 122 106
Binary 11110001 10001001 1110101 0 101011 110011 101 1010 1010010 1000110

Color Harmonies of #F18975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18975

Black with #F18975

Text Example


Text Example

White with #F18975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18975; }

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

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

background-color css

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

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

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

border-color css

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

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

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