Html Css Color HEX #F38375 Salmon

📋 copy color: '#F38375'

red 243 ◦ green 131 ◦ blue 117

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

Shades of Salmon #F38375

Tints of Salmon #F38375

RGB

 RED value IS 243 (95.31% from 255) = 49.49%

 GREEN value IS 131 (51.56% from 255) = 26.68%

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

R = 49.49%
G = 26.68%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F38375 (or 0xF38375) is known color: Salmon. HEX triplet: F3, 83 and 75. RGB value is (243,131,117). Sum of RGB (Red+Green+Blue) = 243+131+117=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F38375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38375 is #0C7C8A. Grayscale: #A3A3A3. Windows color (decimal): -818315 or 7701491. OLE color: 7701491.

HSL color Cylindrical-coordinate representation of color #F38375: hue angle of 6.67º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F38375 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 131 117 -
CMYK 0 0.46 0.52 0.05
HSL 6.67º 0.84% 0.71% -
HSV(B) 6.67º 0.52% 0.95% -
XYZ 48.29 36.57 21.34 -
YUV 162.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 243 131 117 0 0.46 0.52 0.05 6.67 0.84 0.71
Hex F3 83 75 0 2E 34 5 7 54 47
Octal 363 203 165 0 56 64 5 7 124 107
Binary 11110011 10000011 1110101 0 101110 110100 101 111 1010100 1000111

Color Harmonies of #F38375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38375

Black with #F38375

Text Example


Text Example

White with #F38375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38375; }

 p { color: rgb(243,131,117); }

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

background-color css

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

 a { background-color: rgb(243,131,117); }

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

border-color css

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

 span { border-color: rgb(243,131,117); }

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