Html Css Color HEX #F38378 Salmon

📋 copy color: '#F38378'

red 243 ◦ green 131 ◦ blue 120

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

Shades of Salmon #F38378

Tints of Salmon #F38378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 49.19%
G = 26.52%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F38378 (or 0xF38378) is known color: Salmon. HEX triplet: F3, 83 and 78. RGB value is (243,131,120). Sum of RGB (Red+Green+Blue) = 243+131+120=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F38378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38378 is #0C7C87. Grayscale: #A3A3A3. Windows color (decimal): -818312 or 7898099. OLE color: 7898099.

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

Color convert

RGB 243 131 120 -
CMYK 0 0.46 0.51 0.05
HSL 5.37º 0.84% 0.71% -
HSV(B) 5.37º 0.51% 0.95% -
XYZ 48.47 36.64 22.29 -
YUV 163.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 243 131 120 0 0.46 0.51 0.05 5.37 0.84 0.71
Hex F3 83 78 0 2E 33 5 5 54 47
Octal 363 203 170 0 56 63 5 5 124 107
Binary 11110011 10000011 1111000 0 101110 110011 101 101 1010100 1000111

Color Harmonies of #F38378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38378

Black with #F38378

Text Example


Text Example

White with #F38378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38378; }

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

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

background-color css

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

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

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

border-color css

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

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

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