Html Css Color HEX #F3756B Salmon

📋 copy color: '#F3756B'

red 243 ◦ green 117 ◦ blue 107

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

Shades of Salmon #F3756B

Tints of Salmon #F3756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.05%

 BLUE value IS 107 (42.19% from 255) = 22.91%

R = 52.03%
G = 25.05%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F3756B (or 0xF3756B) is known color: Salmon. HEX triplet: F3, 75 and 6B. RGB value is (243,117,107). Sum of RGB (Red+Green+Blue) = 243+117+107=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F3756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3756B is #0C8A94. Grayscale: #999999. Windows color (decimal): -821909 or 7042547. OLE color: 7042547.

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

Color convert

RGB 243 117 107 -
CMYK 0 0.52 0.56 0.05
HSL 4.41º 0.85% 0.69% -
HSV(B) 4.41º 0.56% 0.95% -
XYZ 45.98 32.84 17.83 -
YUV 153.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 243 117 107 0 0.52 0.56 0.05 4.41 0.85 0.69
Hex F3 75 6B 0 34 38 5 4 55 45
Octal 363 165 153 0 64 70 5 4 125 105
Binary 11110011 1110101 1101011 0 110100 111000 101 100 1010101 1000101

Color Harmonies of #F3756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3756B

Black with #F3756B

Text Example


Text Example

White with #F3756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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