Html Css Color HEX #F37670 Salmon

📋 copy color: '#F37670'

red 243 ◦ green 118 ◦ blue 112

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

Shades of Salmon #F37670

Tints of Salmon #F37670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.95%

 BLUE value IS 112 (44.14% from 255) = 23.68%

R = 51.37%
G = 24.95%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F37670 (or 0xF37670) is known color: Salmon. HEX triplet: F3, 76 and 70. RGB value is (243,118,112). Sum of RGB (Red+Green+Blue) = 243+118+112=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F37670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37670 is #0C898F. Grayscale: #9A9A9A. Windows color (decimal): -821648 or 7370483. OLE color: 7370483.

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

Color convert

RGB 243 118 112 -
CMYK 0 0.51 0.54 0.05
HSL 2.75º 0.85% 0.7% -
HSV(B) 2.75º 0.54% 0.95% -
XYZ 46.37 33.18 19.29 -
YUV 154.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 243 118 112 0 0.51 0.54 0.05 2.75 0.85 0.7
Hex F3 76 70 0 33 36 5 3 55 46
Octal 363 166 160 0 63 66 5 3 125 106
Binary 11110011 1110110 1110000 0 110011 110110 101 11 1010101 1000110

Color Harmonies of #F37670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37670

Black with #F37670

Text Example


Text Example

White with #F37670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37670; }

 p { color: rgb(243,118,112); }

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

background-color css

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

 a { background-color: rgb(243,118,112); }

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

border-color css

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

 span { border-color: rgb(243,118,112); }

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